home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / marxmenu.arc / MARXMENU.DOC < prev    next >
Text File  |  1991-03-27  |  270KB  |  7,236 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.     ===================================================================
  23.  
  24.  
  25.  
  26.                       <*> Computer Tyme MarxMenu <*>
  27.  
  28.                              Reference Manual
  29.  
  30.                    Copyright 1989 - 1991 by Marc Perkel
  31.  
  32.         All Rights Reserved * Version 2.23 * Release Date: 01-22-91
  33.  
  34.     Computer Tyme * 411 North Sherman Suite 300 * Springfield Mo. 65802
  35.  
  36.                  (417) 866-1222 voice * (417) 866-1665 bbs
  37.  
  38.                            Fax: (417) 866-0135
  39.                           CompuServe 76505,1120
  40.  
  41.  
  42.  
  43.     ===================================================================
  44.  
  45.  
  46.  
  47.    Computer Tyme MarxMenu * Table of Contents              Page 1
  48.    _______________________________________________________________
  49.  
  50.  
  51.  
  52.        Copyright .........................................  1
  53.        License ...........................................  1
  54.        Warranty ..........................................  1
  55.        Acknowledgments ...................................  2
  56.        Trademarks ........................................  2
  57.        The MarxMenu Name .................................  2
  58.        Technical Support .................................  3
  59.        Overview of the MarxMenu System ...................  3
  60.        -- What MarxMenu Does .............................  5
  61.        -- For the POWER User .............................  6
  62.        Installation ......................................  7
  63.        The MARX.BAT File .................................  8
  64.        -- DROPTO.BAT .....................................  10
  65.        -- Support for early DOS versions .................  11
  66.        -- About Environment Variables ....................  12
  67.        -- Dealing with Multiple DOS Shells ...............  13
  68.        -- MarxMenu and TSR Control .......................  14
  69.        Network Users .....................................  14
  70.        -- Novell Users ...................................  15
  71.        ---- The Novell Menu Translator ...................  16
  72.        ---- Logging out under Menu Control ...............  16
  73.        ---- Logging in with MarxMenu .....................  17
  74.        ------ The CONFIG.SYS File ........................  17
  75.        ------ The AUTOEXEC.BAT File ......................  18
  76.        ------ Using a Menu File to Log In ................  19
  77.        ---- Novell Semaphores ............................  20
  78.        Running a MarxMenu ................................  21
  79.        Customizing MarxMenu Sample Files .................  21
  80.        Menu Analysis .....................................  22
  81.        Onkey Statements ..................................  23
  82.        Popup Menus .......................................  23
  83.        The Console .......................................  24
  84.        Repositioning the Top Window ......................  25
  85.        Mouse Support .....................................  25
  86.        Starting off the Easy Way .........................  26
  87.        About Variables ...................................  26
  88.        -- Real Numbers ...................................  27
  89.        -- Local Variables ................................  28
  90.        -- Passing Parameters to Procedures ...............  28
  91.        About Constants ...................................  30
  92.        About Arrays ......................................  30
  93.        About Qualifiers ..................................  31
  94.        Comments in Menu Files ............................  32
  95.        The MarxMenu Compiler .............................  33
  96.        Compiler Compatibility ............................  33
  97.        A word about DOS versions .........................  34
  98.        A word about BUGS .................................  34
  99.        Tips From the Master ..............................  35
  100.        -- Computers do Simple Tasks ......................  35
  101.        -- Complex Tasks are made of Simple Tasks .........  35
  102.        -- Learning Good Programming Habits ...............  36
  103.  
  104.  
  105.  
  106.    Computer Tyme MarxMenu * Table of Contents              Page 2
  107.    _______________________________________________________________
  108.  
  109.  
  110.        -- Use Long Names .................................  36
  111.        -- Use Comments Liberally .........................  38
  112.        -- Indent Your code ...............................  39
  113.        -- For Duplicate Tasks, Use Procedures ............  39
  114.        -- Don't Program Yourself into a Corner ...........  40
  115.        A word to Writers and Reviewers ...................  40
  116.        Using MarxHelp ....................................  41
  117.        Printing the Example Files ........................  42
  118.        MarxMenu Commands .................................  42
  119.        -- | ..............................................  42
  120.        -- ( ..............................................  43
  121.        -- ) ..............................................  43
  122.        -- * ..............................................  43
  123.        -- + ..............................................  43
  124.        -- - ..............................................  43
  125.        -- / ..............................................  43
  126.        -- < ..............................................  43
  127.        -- <= .............................................  44
  128.        -- <> .............................................  44
  129.        -- = ..............................................  44
  130.        -- > ..............................................  44
  131.        -- >= .............................................  44
  132.        -- %MenuFileName ..................................  44
  133.        -- Abs ............................................  44
  134.        -- Alias ..........................................  45
  135.        -- And ............................................  45
  136.        -- Apr ............................................  45
  137.        -- ArcTan .........................................  45
  138.        -- Aug ............................................  45
  139.        -- Bat ............................................  46
  140.        -- BatFileName ....................................  46
  141.        -- BigShadow ......................................  46
  142.        -- Black ..........................................  46
  143.        -- BlankMessage ...................................  46
  144.        -- BlankTime ......................................  46
  145.        -- BlockBox .......................................  47
  146.        -- Blue ...........................................  47
  147.        -- BoxBorderColor .................................  47
  148.        -- BoxHeader ......................................  47
  149.        -- BoxHeaderLeft ..................................  47
  150.        -- BoxHeaderRight .................................  48
  151.        -- BoxHeaderColor .................................  48
  152.        -- BoxFooter ......................................  48
  153.        -- BoxFooterLeft ..................................  48
  154.        -- BoxFooterRight .................................  49
  155.        -- BoxInsideColor .................................  49
  156.        -- Brown ..........................................  49
  157.        -- BW40 ...........................................  49
  158.        -- BW80 ...........................................  49
  159.        -- CapsColor ......................................  49
  160.        -- CapsLock .......................................  49
  161.        -- Chain ..........................................  50
  162.  
  163.  
  164.  
  165.    Computer Tyme MarxMenu * Table of Contents              Page 3
  166.    _______________________________________________________________
  167.  
  168.  
  169.        -- Char ...........................................  50
  170.        -- ChDir ..........................................  50
  171.        -- CleanFileName ..................................  50
  172.        -- ClearLine ......................................  50
  173.        -- ClearScreen ....................................  51
  174.        -- ClearScreenFirst ...............................  51
  175.        -- ClearScreenOnExit ..............................  51
  176.        -- ClockColor .....................................  51
  177.        -- ClockMode ......................................  51
  178.        -- ClockPos .......................................  52
  179.        -- ClosePrinter ...................................  52
  180.        -- ClusterSize ....................................  53
  181.        -- CmdLine ........................................  53
  182.        -- CO40 ...........................................  53
  183.        -- CO80 ...........................................  53
  184.        -- ColorScreen ....................................  53
  185.        -- Comment ........................................  54
  186.        -- Console ........................................  54
  187.        -- ConsoleBorderColor .............................  54
  188.        -- ConsoleHeaderColor .............................  54
  189.        -- ConsoleInsideColor .............................  54
  190.        -- ConsolePos .....................................  55
  191.        -- Const ..........................................  55
  192.        -- Cos ............................................  55
  193.        -- CurrentEnvironment .............................  55
  194.        -- CurrentWindow ..................................  55
  195.        -- Cursor .........................................  55
  196.        -- CustomBox ......................................  56
  197.        -- Cyan ...........................................  56
  198.        -- DateString .....................................  56
  199.        -- Day ............................................  56
  200.        -- DayOfWeek ......................................  56
  201.        -- Dec ............................................  56
  202.        -- Delete .........................................  57
  203.        -- DelFile ........................................  57
  204.        -- Dispose ........................................  58
  205.        -- DosVersion .....................................  58
  206.        -- DosVersionString ...............................  58
  207.        -- DosWindow ......................................  58
  208.        -- DoubleLineBox ..................................  58
  209.        -- DrawBox ........................................  59
  210.        -- Drives .........................................  59
  211.        -- DvAppNumber ....................................  59
  212.        -- DvFrame ........................................  59
  213.        -- DvFreeze .......................................  59
  214.        -- DvHide .........................................  60
  215.        -- DvKillTask .....................................  60
  216.        -- DvLastHandle ...................................  60
  217.        -- DvLoaded .......................................  60
  218.        -- DvMoveWindow ...................................  60
  219.        -- DvMyHandle .....................................  60
  220.        -- DvPifExecute ...................................  61
  221.  
  222.  
  223.  
  224.    Computer Tyme MarxMenu * Table of Contents              Page 4
  225.    _______________________________________________________________
  226.  
  227.  
  228.        -- DvResizeWindow .................................  61
  229.        -- DvSetBottom ....................................  61
  230.        -- DvSetTop .......................................  61
  231.        -- DvUnFreeze .....................................  62
  232.        -- DvUnHide .......................................  62
  233.        -- Else ...........................................  62
  234.        -- EndComment .....................................  62
  235.        -- Endif ..........................................  62
  236.        -- EndLoop ........................................  62
  237.        -- EndOfFile ......................................  63
  238.        -- EndProc ........................................  63
  239.        -- EndWhile .......................................  63
  240.        -- EnvFree ........................................  63
  241.        -- EnvSize ........................................  63
  242.        -- EraseTopWindow .................................  63
  243.        -- Execute ........................................  64
  244.        -- ExistDir .......................................  64
  245.        -- ExistFile ......................................  65
  246.        -- ExistOnPath ....................................  65
  247.        -- ExitCode .......................................  65
  248.        -- ExitMenu .......................................  65
  249.        -- Exp ............................................  65
  250.        -- Explode ........................................  65
  251.        -- ExplodeDelay ...................................  65
  252.        -- False ..........................................  66
  253.        -- Feb ............................................  66
  254.        -- FileAppend .....................................  66
  255.        -- FileAssign .....................................  66
  256.        -- FileAttr .......................................  66
  257.        -- FileClose ......................................  66
  258.        -- FileCreate .....................................  66
  259.        -- FileDate .......................................  67
  260.        -- FileFlush ......................................  67
  261.        -- FileLog ........................................  67
  262.        -- FileOpen .......................................  67
  263.        -- FilePos ........................................  67
  264.        -- FileReadln .....................................  67
  265.        -- FileRename .....................................  68
  266.        -- FileResult .....................................  68
  267.        -- FileSeek .......................................  68
  268.        -- FileSize .......................................  68
  269.        -- FileWrite ......................................  68
  270.        -- FileWriteln ....................................  68
  271.        -- FixPath ........................................  68
  272.        -- Floppies .......................................  68
  273.        -- ForceExplosion .................................  69
  274.        -- ForceExtension .................................  69
  275.        -- Fraction .......................................  69
  276.        -- FreeDiskSpace ..................................  69
  277.        -- FreeEms ........................................  69
  278.        -- FreeMemory .....................................  69
  279.        -- Fri ............................................  69
  280.  
  281.  
  282.  
  283.    Computer Tyme MarxMenu * Table of Contents              Page 5
  284.    _______________________________________________________________
  285.  
  286.  
  287.        -- GotoXY .........................................  70
  288.        -- Green ..........................................  70
  289.        -- Grey ...........................................  70
  290.        -- Hour ...........................................  70
  291.        -- Hundredth ......................................  70
  292.        -- If .............................................  70
  293.        -- InactiveBox ....................................  71
  294.        -- InactiveBoxColor ...............................  71
  295.        -- Include ........................................  71
  296.        -- InputString ....................................  72
  297.        -- Insert .........................................  72
  298.        -- InsertMode .....................................  72
  299.        -- Int ............................................  72
  300.        -- Integer ........................................  72
  301.        -- InverseColor ...................................  72
  302.        -- Jan ............................................  73
  303.        -- Jul ............................................  73
  304.        -- Jun ............................................  73
  305.        -- Jump ...........................................  73
  306.        -- KbdReady .......................................  73
  307.        -- KeySave ........................................  73
  308.        -- KillMusic ......................................  73
  309.        -- LastKey ........................................  74
  310.        -- LBlue ..........................................  74
  311.        -- LCyan ..........................................  74
  312.        -- Left ...........................................  74
  313.        -- Length .........................................  74
  314.        -- LGreen .........................................  74
  315.        -- LGrey ..........................................  74
  316.        -- LMag ...........................................  74
  317.        -- LMagenta .......................................  75
  318.        -- Ln .............................................  75
  319.        -- Loc ............................................  75
  320.        -- LockWord .......................................  75
  321.        -- Loop ...........................................  75
  322.        -- LoopIndex ......................................  76
  323.        -- LoopLimit ......................................  76
  324.        -- LRed ...........................................  76
  325.        -- Mag ............................................  76
  326.        -- Magenta ........................................  76
  327.        -- Mar ............................................  76
  328.        -- MarxVersion ....................................  76
  329.        -- MasterEnvironment ..............................  77
  330.        -- Max ............................................  77
  331.        -- May ............................................  77
  332.        -- Mem ............................................  77
  333.        -- MemSize ........................................  77
  334.        -- MemW ...........................................  77
  335.        -- MenuKeyBuffer ..................................  77
  336.        -- Mid ............................................  78
  337.        -- Min ............................................  78
  338.        -- MinorDosVersion ................................  78
  339.  
  340.  
  341.  
  342.    Computer Tyme MarxMenu * Table of Contents              Page 6
  343.    _______________________________________________________________
  344.  
  345.  
  346.        -- Minute .........................................  78
  347.        -- Mod ............................................  78
  348.        -- ModifyPath .....................................  78
  349.        -- Mon ............................................  78
  350.        -- Mono ...........................................  79
  351.        -- Month ..........................................  79
  352.        -- Mouse ..........................................  79
  353.        -- MouseHorizontal ................................  79
  354.        -- MouseVertical ..................................  79
  355.        -- MoveWindow .....................................  80
  356.        -- MxCmd ..........................................  80
  357.        -- NetworkVersion .................................  80
  358.        -- NextWord .......................................  80
  359.        -- No .............................................  80
  360.        -- NoBoxBorder ....................................  81
  361.        -- NoExit .........................................  81
  362.        -- Not ............................................  81
  363.        -- NotesLeft ......................................  81
  364.        -- NotesPlayed ....................................  81
  365.        -- Nov ............................................  81
  366.        -- NovCloseSemaphore ..............................  81
  367.        -- NovConnection ..................................  81
  368.        -- NovConsoleOperator .............................  82
  369.        -- NovDefaultServer ...............................  82
  370.        -- NovGroupMembers ................................  82
  371.        -- NovInGroup .....................................  82
  372.        -- NovLogin .......................................  82
  373.        -- NovLoginName ...................................  82
  374.        -- NovLogout ......................................  83
  375.        -- NovMapDrive ....................................  83
  376.        -- NovMyLoginName .................................  83
  377.        -- NovMyPassword ..................................  83
  378.        -- NovOpenSemaphore ...............................  83
  379.        -- NovPreferredServer .............................  83
  380.        -- NovPrimaryServer ...............................  83
  381.        -- NovReadGroups ..................................  84
  382.        -- NovReadSecurityEquals ..........................  84
  383.        -- NovResult ......................................  84
  384.        -- NovSemaphoreTimeOut ............................  84
  385.        -- NovSemaphoreUsers ..............................  84
  386.        -- NovSemaphoreValue ..............................  84
  387.        -- NovServers .....................................  84
  388.        -- NovSetPreferredServer ..........................  84
  389.        -- NovSignalSemaphore .............................  85
  390.        -- NovStationAddress ..............................  85
  391.        -- NovUserInGroup .................................  85
  392.        -- NovWaitOnSemaphore .............................  85
  393.        -- NumberOfElements ...............................  85
  394.        -- NumLock ........................................  85
  395.        -- Oct ............................................  85
  396.        -- Off ............................................  85
  397.        -- On .............................................  86
  398.  
  399.  
  400.  
  401.    Computer Tyme MarxMenu * Table of Contents              Page 7
  402.    _______________________________________________________________
  403.  
  404.  
  405.        -- OnKey ..........................................  86
  406.        -- OnScreenOnly ...................................  86
  407.        -- OpenPrinter ....................................  87
  408.        -- OptionSwitch ...................................  87
  409.        -- Or .............................................  87
  410.        -- Ord ............................................  87
  411.        -- Overlay ........................................  88
  412.        -- ParallelPorts ..................................  88
  413.        -- ParamStr .......................................  88
  414.        -- ParentEnvironment ..............................  88
  415.        -- Password .......................................  88
  416.        -- Path ...........................................  89
  417.        -- PauseAfterExecute ..............................  89
  418.        -- Pi .............................................  89
  419.        -- PickFile .......................................  89
  420.        -- PickMany .......................................  90
  421.        -- PickOne ........................................  90
  422.        -- PickPosition ...................................  90
  423.        -- Port ...........................................  90
  424.        -- Pos ............................................  90
  425.        -- Power ..........................................  90
  426.        -- Pred ...........................................  91
  427.        -- Print ..........................................  91
  428.        -- PrinterName ....................................  91
  429.        -- Println ........................................  91
  430.        -- Procedure ......................................  91
  431.        -- PullMenu .......................................  92
  432.        -- Qualifier ......................................  92
  433.        -- Random .........................................  92
  434.        -- ReadEnv ........................................  92
  435.        -- ReadEnvironment ................................  92
  436.        -- ReadKey ........................................  93
  437.        -- Readln .........................................  93
  438.        -- ReadTextFile ...................................  93
  439.        -- Real ...........................................  94
  440.        -- Reboot .........................................  94
  441.        -- Red ............................................  94
  442.        -- ReleaseDate ....................................  94
  443.        -- Repeat .........................................  94
  444.        -- ResizeWindow ...................................  95
  445.        -- Return .........................................  95
  446.        -- ReturnCode .....................................  95
  447.        -- Right ..........................................  95
  448.        -- RollWindow .....................................  96
  449.        -- Run ............................................  96
  450.        -- Sat ............................................  97
  451.        -- SavePosition ...................................  97
  452.        -- ScreenHeight ...................................  97
  453.        -- ScreenWidth ....................................  97
  454.        -- ScrollLock .....................................  97
  455.        -- ScrollMove .....................................  97
  456.        -- Second .........................................  97
  457.  
  458.  
  459.  
  460.    Computer Tyme MarxMenu * Table of Contents              Page 8
  461.    _______________________________________________________________
  462.  
  463.  
  464.        -- Security .......................................  98
  465.        -- SelectPath .....................................  98
  466.        -- Sep ............................................  98
  467.        -- SerialPorts ....................................  98
  468.        -- SetArraySize ...................................  98
  469.        -- SetEnv .........................................  99
  470.        -- SetTopWindow ...................................  99
  471.        -- Shadow .........................................  99
  472.        -- ShadowColor ....................................  99
  473.        -- ShadowPosition .................................  100
  474.        -- Shared .........................................  100
  475.        -- ShellEnvironment ...............................  100
  476.        -- Shl ............................................  100
  477.        -- Shr ............................................  100
  478.        -- Sin ............................................  101
  479.        -- SingleLineBox ..................................  101
  480.        -- SmallShadow ....................................  101
  481.        -- Sound ..........................................  101
  482.        -- Sqr ............................................  101
  483.        -- StandardIO .....................................  101
  484.        -- Str ............................................  101
  485.        -- StuffAKey ......................................  102
  486.        -- StuffKBD .......................................  102
  487.        -- StuffKeyboardNow ...............................  102
  488.        -- Succ ...........................................  102
  489.        -- Suggest ........................................  102
  490.        -- Sun ............................................  102
  491.        -- TextBackground .................................  103
  492.        -- TextColor ......................................  103
  493.        -- TextMode .......................................  103
  494.        -- TextPos ........................................  103
  495.        -- TextSeek .......................................  103
  496.        -- Then ...........................................  103
  497.        -- Thu ............................................  104
  498.        -- Timer ..........................................  104
  499.        -- TimeString .....................................  104
  500.        -- Tone ...........................................  104
  501.        -- TotalDiskSpace .................................  104
  502.        -- TotalEms .......................................  104
  503.        -- Trim ...........................................  105
  504.        -- True ...........................................  105
  505.        -- Tue ............................................  105
  506.        -- UniqueFileName .................................  105
  507.        -- Until ..........................................  105
  508.        -- UpperCase ......................................  105
  509.        -- UpperCaseOnly ..................................  105
  510.        -- UseArrows ......................................  106
  511.        -- UseCommand .....................................  106
  512.        -- UsedDiskSpace ..................................  106
  513.        -- Value ..........................................  107
  514.        -- Var ............................................  107
  515.        -- VideoMode ......................................  107
  516.  
  517.  
  518.  
  519.    Computer Tyme MarxMenu * Table of Contents              Page 9
  520.    _______________________________________________________________
  521.  
  522.  
  523.        -- VideoPage ......................................  107
  524.        -- ViewTextFile ...................................  107
  525.        -- Volume .........................................  107
  526.        -- Wait ...........................................  107
  527.        -- WaitOrKbdReady .................................  107
  528.        -- Wed ............................................  107
  529.        -- WhereX .........................................  108
  530.        -- WhereXAbs ......................................  108
  531.        -- WhereY .........................................  108
  532.        -- WhereYAbs ......................................  108
  533.        -- While ..........................................  108
  534.        -- White ..........................................  108
  535.        -- WindowHeight ...................................  108
  536.        -- WindowWidth ....................................  108
  537.        -- Write ..........................................  109
  538.        -- WriteCenter ....................................  109
  539.        -- Writeln ........................................  109
  540.        -- WritePort ......................................  109
  541.        -- WriteTextFile ..................................  109
  542.        -- WriteVertical ..................................  109
  543.        -- Xor ............................................  109
  544.        -- Year ...........................................  110
  545.        -- Yellow .........................................  110
  546.        -- Yes ............................................  110
  547.        Command Categories ................................  110
  548.        -- Misc Commands ..................................  110
  549.        -- Math Commands ..................................  111
  550.        -- Float Commands .................................  112
  551.        -- String Commands ................................  112
  552.        -- Boolean Commands ...............................  113
  553.        -- MonthName Commands .............................  114
  554.        -- Execution Commands .............................  114
  555.        -- Display Commands ...............................  114
  556.        -- Color Commands .................................  116
  557.        -- Video Commands .................................  116
  558.        -- System Commands ................................  116
  559.        -- File Commands ..................................  117
  560.        -- Printer Commands ...............................  117
  561.        -- Environment Commands ...........................  118
  562.        -- Time Commands ..................................  118
  563.        -- Array Commands .................................  118
  564.        -- Memory Commands ................................  119
  565.        -- DesqView Commands ..............................  119
  566.        -- Conditional Commands ...........................  119
  567.        -- WeekDay Commands ...............................  120
  568.        -- Keyboard Commands ..............................  120
  569.        -- Music Commands .................................  120
  570.        -- MouseControl Commands ..........................  120
  571.        -- Novell Commands ................................  121
  572.        -- Variable Commands ..............................  121
  573.        -- String and Character Constants .................  121
  574.        Conditional Statements ............................  123
  575.  
  576.  
  577.  
  578.    Computer Tyme MarxMenu Users Manual                     Page 1
  579.    _______________________________________________________________
  580.  
  581.  
  582.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  583.  
  584.    This manual is copyrighted material and all rights are reserved.
  585.    MarxMenu is a programming language which describes to the computer what
  586.    it is supposed to do. Even though some of the individual words in
  587.    MarxMenu are used in other programming languages, I claim a copyright on
  588.    the collection of words which make up the MarxMenu language. I therefore
  589.    consider it an infringement of my CopyRight to create a software product
  590.    which uses the MarxMenu language, or translates MarxMenu source code,
  591.    without purchasing a license to do so.
  592.  
  593.    The combinations of definitions of commands in this manual constitute a
  594.    copyrighted work. Any publication which describes a computer language
  595.    for which the MarxMenu command set is a subset is a violation of the
  596.    copyright of this software and this written manual.
  597.  
  598.    In other words, don't try to clone MarxMenu.
  599.  
  600.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  601.  
  602.    You are licensed to use this program on a single CPU or workstation. If
  603.    you are running on a network, you are required to license a separate
  604.    copy for each workstation or a file server license for each file server.
  605.    If you are running on a multiuser operating system such as Concurrent
  606.    DOS, you are required to license a copy for each workstation. Everyone
  607.    who uses this menu, must license a copy unless several people share the
  608.    same workstation.
  609.  
  610.    This software is licensed and not sold. You may not transfer, sell,
  611.    sublease or rent this software without the written consent of Computer
  612.    Tyme. You are not allowed to distribute MarxMenu in runtime form with
  613.    software you developed unless it is in combination with a paid for copy
  614.    of MarxMenu, or you have made special arrangements with Computer Tyme to
  615.    do so.
  616.  
  617.    Use of this product constitutes your acceptance of the terms and
  618.    conditions of this license and of my copyright and your agreement to
  619.    abide by them.
  620.  
  621.    WARRANTY:   WARRANTY:   WARRANTY:
  622.  
  623.    The warranty is limited to the diskettes to be machine readable for a
  624.    period of 30 days after purchase. Although we try hard to write perfect
  625.    software that has no bugs, we do not guarantee that. We also do not
  626.    guarantee that this product is fit for every purpose and we are not
  627.    liable for any damages that might occur from use of this product. This
  628.    agreement is governed by the laws of the State of Missouri.
  629.  
  630.  
  631.  
  632.    Computer Tyme MarxMenu Users Manual                     Page 2
  633.    _______________________________________________________________
  634.  
  635.  
  636.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  637.  
  638.    I would like to thank the following people for making this product
  639.    possible:
  640.  
  641.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  642.    Perkel for being good to me and helping with revisions and editing.
  643.  
  644.    The Computer Tyme staff for being the best employees in the world.
  645.  
  646.    Borland International for writing Turbo Pascal and keeping it bug free
  647.    and well supported.
  648.  
  649.    TurboPower Software for their very powerful extensions to Turbo Pascal
  650.    and their well written, well supported product.
  651.  
  652.    Semware for TEdit and QEdit, their full screen editors.
  653.  
  654.    All users who actually paid for this product so that we may continue to
  655.    eat.
  656.  
  657.    Those of you who have pointed out bugs and made suggestions to improve
  658.    our product.
  659.  
  660.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  661.  
  662.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  663.    are trademarks of Computer Tyme.
  664.  
  665.    QEdit and TEdit are trademarks of SemWare.
  666.    Lotus is a registered
  667.    trademark of Lotus Development.
  668.    Wordstar is a registered trademark of MicroPro International.
  669.    Smart Software is a trademark of Informix.
  670.    MS-DOS is a trademark of Microsoft.
  671.    Concurrent DOS and DR-DOS are trademarks of Digital Research.
  672.    Turbo Pascal is a trademark of Borland International.
  673.    OPRO and TPRO are trademarks of TurboPower Software
  674.    Netware and Novell are trademarks of Novell
  675.    DesqView and QEMM are trademarks of QuaterDeck
  676.  
  677.    Created using Turbo Pascal
  678.    Copyright 1983-90 by Borland International
  679.  
  680.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  681.  
  682.    When I first wrote this program my friends referred to it as Marc's
  683.    Menu. That's where the name MarxMenu came from. It has nothing to do
  684.    with either Carl or Groucho Marx.
  685.  
  686.  
  687.  
  688.    Computer Tyme MarxMenu Users Manual                     Page 3
  689.    _______________________________________________________________
  690.  
  691.  
  692.    TECHNICAL SUPPORT   TECHNICAL SUPPORT   TECHNICAL SUPPORT
  693.  
  694.    Technical support for MarxMenu is provided several ways. The first is by
  695.    calling our voice line 1-417-866-1222. We would ask that you not call
  696.    the 800 number as that is for orders and ordering information only.
  697.  
  698.    We have several support staff and will try to answer your questions as
  699.    quickly and efficiently as possible. We at Computer Tyme look at
  700.    technical support as an opportunity to improve our product.
  701.  
  702.    We also have a 24 hour BBS system. This allows users with modems to
  703.    leave messages about support issues. There are several user uploaded
  704.    menus here and it serves as a forum for MarxMenu users to share ideas
  705.    and techniques.
  706.  
  707.    Our BBS number is 1-417-866-1665. Supports 2400 baud but is 1200 baud
  708.    compatible. Use 8 bits, no parity, 1 stop bit (8N1). You will also need
  709.    to set your terminal emulation mode to ANSI or VT100.
  710.  
  711.    On our BBS are additional sample menu files that other MarxMenu users
  712.    like yourself have uploaded. We encourage you to share your work with
  713.    others so that yet more MarxMenu users can benefit.
  714.  
  715.    We are also available on Compuserve ID 76505,1120.
  716.  
  717.    We also offer a Priority Support Service which includes regular upgrades
  718.    sent to you automatically as we come out with them. This doesn't mean
  719.    every version of MarxMenu, but every so often after making several
  720.    improvements and the product is at a stable point. The Priority Support
  721.    Service includes special access to our support BBS.
  722.  
  723.    This service is for the very fierce MarxMenu user who has to have the
  724.    "Latest and Greatest" all the time.
  725.  
  726.    OVERVIEW OF THE MARXMENU SYSTEM   OVERVIEW OF THE MARXMENU SYSTEM   OVERVIEW OF THE MARXMENU SYSTEM
  727.  
  728.    MarxMenu is not just another fill-in-the-blank menu system. It is a menu
  729.    programming language and job control language. It gives you total
  730.    freedom to do whatever you want, but total freedom has a price. You will
  731.    need to know and understand how to use a text editor. This isn't
  732.    difficult if you are familiar with using a word processor. And you will
  733.    need to have a basic understanding of DOS and how batch files work.
  734.  
  735.    With a text editor you can create a menu file which is a text file with
  736.    an MNU extension. Or, you can copy and then modify the text file
  737.    SAMPLE2.MNU which displays the menus you see when MarxMenu is executed.
  738.    This text file contains a set of instructions for MarxMenu to follow.
  739.    MarxMenu will then read your menu file and run the instructions.
  740.  
  741.     A menu file might look as follows:
  742.  
  743.  
  744.  
  745.    Computer Tyme MarxMenu Users Manual                     Page 4
  746.    _______________________________________________________________
  747.  
  748.  
  749.     DrawBox 31 5 18 4
  750.     UseArrows
  751.     Writeln   '  W - WordStar'
  752.     Write     '  L - Lotus'
  753.  
  754.     OnKey 'W'
  755.        CD\WORDSTAR
  756.        WS
  757.  
  758.     OnKey 'L'
  759.        CD\LOTUS
  760.        LOTUS
  761.  
  762.    The above example is a fully working MarxMenu program. Just because
  763.    MarxMenu has 500 commands doesn't mean you have to use them all. The
  764.    reason there are so many commands is that people keep calling me up and
  765.    asking if I can add such and such. Most of the time I do. That's why the
  766.    manual gets behind sometimes.
  767.  
  768.    The instructions must be from the vocabulary of words that MarxMenu
  769.    understands. These words make up the command list included in this
  770.    manual. They must be used precisely as the instructions in this manual
  771.    tell you to use them. This process is called programming.
  772.  
  773.    I know that for many of you the word programming is a scary word. Put
  774.    your fears at ease, MarxMenu is one of the easiest programming languages
  775.    there is. It is a little harder than writing batch files and a lot
  776.    easier than Basic. It requires a working knowledge of DOS and an
  777.    understanding of writing batch files as explained in your DOS manual.
  778.  
  779.    The point that I want to make is, do not let the fear of learning and
  780.    the fear of programming prevent you from learning to write your own
  781.    menus. If you have never touched a computer before and are sitting down
  782.    with your first PC, read the manuals first. Become familiar with the
  783.    MS-DOS operating system. Learn how to write batch files, make
  784.    subdirectories, copy files, format floppies, etc. If you don't
  785.    understand something, ask a friend. All of us had to learn sometime, and
  786.    there is no such thing as a stupid question.
  787.  
  788.    After you have mastered some of the basic concepts of the operating
  789.    system, then learn either TEDIT or MarxEdit. These are text editors
  790.    included with your MarxMenu program. Use it to write your own batch
  791.    files. Then attempt to write your own menus by modifying the sample
  792.    menus (files with a MNU extension) which come with MarxMenu. Print these
  793.    menus and study them, referring to this manual for help on command
  794.    definitions. You do not have to completely understand them to start
  795.    making changes. Programming is a trial and error process.
  796.  
  797.  
  798.  
  799.    Computer Tyme MarxMenu Users Manual                     Page 5
  800.    _______________________________________________________________
  801.  
  802.  
  803.    A computer, like a musical instrument, is only as good as the player.
  804.    The more you learn about it the more you'll find it can do. In fact, a
  805.    computer can help raise your effective IQ as you learn the disciplines
  806.    of logic and reason. As a hammer is a tool of the hand, enhancing your
  807.    physical strength, a computer is a tool of the mind, enhancing your
  808.    mental strength. You will learn that as you develop a relationship with
  809.    your computer, that you will be able to process information in ways you
  810.    never dreamed.
  811.  
  812.    MarxMenu is an excellent learning tool. By the time you become
  813.    proficient with the menu language, you will have learned the fundamental
  814.    concepts behind the MS-DOS operating system. You will find yourself
  815.    going back and forth between this manual and the DOS manual that came
  816.    with your computer. When you master the language, you will have enough
  817.    computing skills to be a real resource in your office environment. In
  818.    this day and age, knowing how to "make the damn things work" is a key in
  819.    moving up the corporate ladder.
  820.  
  821.    If you have sufficient excess income to afford a personal computer, or
  822.    are in a job that provides you with a workstation, you are smart enough
  823.    to learn this program. All it requires is that you take the time. You
  824.    can do it. It is worth your time, and you will make up the time spent in
  825.    the results you'll get. Good luck and enjoy.
  826.  
  827.    WHAT MARXMENU DOES   WHAT MARXMENU DOES   WHAT MARXMENU DOES
  828.  
  829.    So with hundreds of menus on the market, what makes this one so great.
  830.    Well, let me tell you about it. MarxMenu is a menu language rather than
  831.    a fill in the blank kind of menu. MarxMenu gives you total control of
  832.    your computer system.
  833.  
  834.    It is also a job control language allowing you to program processes too
  835.    difficult to do with batch files. MarxMenu can be used to do anything
  836.    from overnight batch job processing to generating control scripts for
  837.    mainframes.
  838.  
  839.    Because of it's simple syntax, MarxMenu makes an excellent teaching
  840.    language putting more programming power in the hands of the student
  841.    programmer than any other programming language.
  842.  
  843.    As a menu, MarxMenu can be as simple or as complex as you want. If you
  844.    want simple, nothing is easier. If you want POWER, nothing is more
  845.    powerful. If you want to get really weird, MarxMenu can do really wierd.
  846.  
  847.    So if you want the menu to remind you to go vote, MarxMenu knows when
  848.    the first Teusday after the first Monday in November on even years is.
  849.    If you are into Astrology, and you want certain menu items to appear
  850.    only if Mars is in the right place in the sky, MarxMenu can calculate
  851.    the orbit of Mars for you.
  852.  
  853.  
  854.  
  855.    Computer Tyme MarxMenu Users Manual                     Page 6
  856.    _______________________________________________________________
  857.  
  858.  
  859.    MarxMenu can be used to program games, write running software demos and
  860.    online tutorial programs. It can be used to write testing programs. It
  861.    can be used to write custom software installation programs. It can be
  862.    used to assist other applications to make other software more network
  863.    friendly.
  864.  
  865.    MarxMenu has a compiler for high speed execution. Even very large menus
  866.    come up in under 4 seconds on a 4.77mhz IBM XT on an ArcNet lan. The
  867.    compiler also provides security in that you can keep your source files
  868.    separate so no one can alter the menu files.
  869.  
  870.    FOR THE POWER USER:   FOR THE POWER USER:   FOR THE POWER USER:
  871.  
  872.    I originally wrote MarxMenu on a dare. I said that in one afternoon I
  873.    could write a better menu system than one of the most popular menu
  874.    systems. I met the challenge and then found that there is a lot of
  875.    demand for power in a menu system. Friends started asking for this and
  876.    that feature and this program has gone far beyond what I ever intended.
  877.  
  878.    The demand for more features has outpaced my ability to keep up with the
  879.    documentation standards that I expect from other software packages that
  880.    I buy. Please bear with me. If you find any errors in the manual, or
  881.    bugs in the program, please let me know and I'll try to correct any
  882.    problems.
  883.  
  884.    I also appreciate your suggestions for improvements. Many of the
  885.    features included are a result of requests you have made. Many of you
  886.    are using this program in ways I never dreamed.
  887.  
  888.    The main design philosophy behind this product is POWER and Flexibility.
  889.    I am also committed to keeping the source code as readable as possible.
  890.    I am loyal to the concept of using NO RAM. None of MarxMenu stays
  891.    resident. Because of this I can claim that if you are having some kind
  892.    of problem, it's not the fault of MarxMenu being resident, because
  893.    MarxMenu is not resident. Also, using NO RAM allows loading of TSR's
  894.    (memory resident programs) from the menu.
  895.  
  896.    For computer consultants, MarxMenu is an excellent way to make money.
  897.    You can provide your clients with professional looking menu systems
  898.    customized (by you) to fit their needs. You can provide complex menu
  899.    structures not possible with any other menu system. And, because
  900.    MarxMenu uses NO RAM, you don't have to worry about conflicts between
  901.    MarxMenu and any other software product.
  902.  
  903.    Although MarxMenu is copyrighted, the program is not copy protected.
  904.    There is nothing to prevent you from making hot copies and giving them
  905.    away to all your clients. I would like to point out that when you give
  906.    away something you should be selling you lose respect from your clients
  907.    and attract those who expect you to work for free. You will make more
  908.    money if you play by the rules. My best and most profitable clients use
  909.    no hot software whatsoever. Think about it.
  910.  
  911.  
  912.  
  913.    Computer Tyme MarxMenu Users Manual                     Page 7
  914.    _______________________________________________________________
  915.  
  916.  
  917.    INSTALLATION   INSTALLATION   INSTALLATION
  918.  
  919.    You may wish to copy the MarxMenu system into it's own subdirectory
  920.    called MARX to keep the files better organized. However, this is not
  921.    necessary. Copy all the disks that come with MarxMenu into a directory
  922.    on your hard disk or network.
  923.  
  924.    If you do put the menu system in a subdirectory, it must be path
  925.    accessible. That is, you must have a path statement in your autoexec.bat
  926.    file that includes the directory where the menu system resides. A
  927.    typical path statement might look like this:
  928.  
  929.     PATH=C:\;C:\DOS;C:\MARX;
  930.  
  931.    Copy all your Computer Tyme disks to the hard disk or network and type
  932.    MARXINST. When it gets done, you can run some of the sample menus by
  933.    typing MARX <menu>.
  934.  
  935.    -------------------- V E R Y * I M P O R T A N T ----------------------
  936.  
  937.    MarxMenu requires up to 100 bytes of free environment space. It won't
  938.    run properly without it. The way you get more environment space is to
  939.    add a SHELL command to your CONFIG.SYS file.
  940.  
  941.     SHELL=COMMAND.COM /P /E:nnn
  942.  
  943.    Where NNN is the number of bytes for the environment to reserve. Note
  944.    that if you are running DOS that is earlier than 3.3 then NNN is the
  945.    number of 16 byte blocks to allocate for the environment.
  946.  
  947.    For DOS 3.3 or later:
  948.  
  949.     SHELL=COMMAND.COM /P /E:400
  950.  
  951.    For DOS earlier than 3.3:
  952.  
  953.     SHELL=COMMAND.COM /P /E:25
  954.  
  955.    If MarxMenu gives you an environment space error, this is where you go
  956.    to fix it.
  957.  
  958.  
  959.  
  960.    Computer Tyme MarxMenu Users Manual                     Page 8
  961.    _______________________________________________________________
  962.  
  963.  
  964.    THE MARX.BAT FILE   THE MARX.BAT FILE   THE MARX.BAT FILE
  965.  
  966.    In order for MarxMenu to work, a MARX.BAT file must be created. This is
  967.    done by typing MARXINST. The first thing that MARXINST does is unpack
  968.    the compressed menu files and documentation files. Then it will bring up
  969.    the installation menu.
  970.  
  971.    The MARX.BAT file looks like this:
  972.  
  973.     @ECHO OFF
  974.     C:\MARX\MARXMENU.EXE %1 C:\MARX
  975.     %MXCMD%
  976.     %0 %1
  977.  
  978.    The first line of MARX.BAT turns the echo off. This may be changed to
  979.    ECHO ON for debugging purposes. PAUSE commands can be inserted to debug
  980.    a menu. This allows you to see what's going on.
  981.  
  982.    The second line of MARX.BAT runs MARXMENU.EXE. The second parameter %1
  983.    is the name of the menu file to run. The third parameter C:\MARX tells
  984.    MarxMenu to use the C:\MARX directory for creating temporary batch
  985.    files. This can be changed to any other directory you prefer.
  986.  
  987.    When the user selects a program to run, MarxMenu writes a temporary
  988.    batch file which contains within it the commands to run the program.
  989.    Then MarxMenu writes a command to the environment variable MXCMD to
  990.    execute the temporary batch file and exits.
  991.  
  992.    What it writes depends on the version of DOS you are running. If you are
  993.    running DOS 3.3 or later, MXCMD is set to CALL <batch>. If you are
  994.    running an earlier version of DOS then MXCMD is set to COMMAND /C
  995.    <batch>.
  996.  
  997.    Whatever command is written to MXCMD is executed in line 3. This usually
  998.    calls the temporary batch file that MarxMenu created. This executes your
  999.    program and returns to MARX.BAT.
  1000.  
  1001.    Line four jumps back to the beginning of the batch file and starts all
  1002.    over. %0 is MARX.BAT and %1 is the name of the menu you are running.
  1003.  
  1004.             MARX.BAT
  1005.             --------     +-------MarxMenu Creates--+
  1006.      +----> @ECHO OFF    |                         |
  1007.      |      C:\MARX\MARXMENU.EXE %1 C:\MARX        |
  1008.      |      %MXCMD% ->---+                         +-> $MX00000.BAT
  1009.      | +--> %0 %1 --+    |                             ------------
  1010.      | |            |    +---------------------------> CD\WORDSTAR
  1011.      +-|------<-----+                                  WS --+
  1012.        |                                                    |
  1013.        +--------------------------------------------------<-+
  1014.  
  1015.  
  1016.  
  1017.    Computer Tyme MarxMenu Users Manual                     Page 9
  1018.    _______________________________________________________________
  1019.  
  1020.  
  1021.    Note: MarxMenu sets MXCMD = CALL $MX00000.BAT
  1022.  
  1023.    When you exit the menu system. MarxMenu sets MXCMD to MXSTOP. This jumps
  1024.    to a batch file called MXSTOP which gets you out of MARX.BAT. MXSTOP.BAT
  1025.    can be modified to control what happens when MarxMenu is exited.
  1026.  
  1027.    The default MXSTOP.BAT file is as follows.
  1028.  
  1029.     SET MXCMD=
  1030.     SET KSV=
  1031.     REM You can control menu exiting with this file!
  1032.  
  1033.    Note that by adding your own commands to MXSTOP that you can control
  1034.    what happens when you exit. You could loop right back to the menu if you
  1035.    want. Or, you could force a controlled network logoff.
  1036.  
  1037.    I strongly recommend upgrading to DOS 3.3 or later whenever it is
  1038.    possible to do so.
  1039.  
  1040.    The name of the temporary batch file is as follows:
  1041.  
  1042.                      $MX00000.BAT
  1043.                          ||||
  1044.            Shells--------+|++--------Network Station (Hex)
  1045.                      Task Number
  1046.  
  1047.    The 5 zeros are used for single user versions of MarxMenu. On a network
  1048.    they change as follows:
  1049.  
  1050.    The last 2 zeros is the station number on the network. This is either
  1051.    read directly from the shell, if you are using Novell, or from the
  1052.    environment variable STATION if you are on another network. The third
  1053.    zero is the task number if you are running DesqView, or from an
  1054.    environment variable TASK if you are running some other multitasker.
  1055.  
  1056.    The second zero is replaced by one less than the number of COMMAND.COM
  1057.    shells you are running. This way if you run COMMAND.COM under MarxMenu
  1058.    and then run MarxMenu again under that, it doesn't get lost when you
  1059.    exit.
  1060.  
  1061.    The first zero is for future expansion. In case something comes along
  1062.    that I haven't thought of.
  1063.  
  1064.    If you want to do custom tricks, MarxMenu has an internal variable
  1065.    called MxCmd. Setting this to your own command overrides the way
  1066.    MarxMenu would normally use it.
  1067.  
  1068.  
  1069.  
  1070.    Computer Tyme MarxMenu Users Manual                     Page 10
  1071.    _______________________________________________________________
  1072.  
  1073.  
  1074.    But now you ask, does MarxMenu leave a trail of batch files that will
  1075.    clutter up my drive or network? Not at all. MarxMenu keeps using the
  1076.    same names over and over again. If a user crashed his system, it might
  1077.    leave a batch file but it would be overwritten the next time he used the
  1078.    menu. Not only that, all batch files can be kept in the same directory
  1079.    so cleaning up is as simple as typing DEL $MX*.BAT!
  1080.  
  1081.    By writing to the MxCmd variable you can run an EXE or COM file directly
  1082.    without having to create another batch file.
  1083.  
  1084.     Example:
  1085.        OnKey 'M'
  1086.           |MxCmd = 'RAMMAP'
  1087.  
  1088.    This runs RamMap directly from the MARX.BAT file.
  1089.  
  1090.    Another trick is to run another batch file without the CALL statement.
  1091.    This creates a one way jump to another batch file.
  1092.  
  1093.    Another debugging feature. You can change the first line of the MARX.BAT
  1094.    file as follows:
  1095.  
  1096.     @ECHO %MXECHO%
  1097.  
  1098.    This allows you to turn the echo on for debugging purposes by typing:
  1099.  
  1100.     SET MXECHO=ON
  1101.  
  1102.    This way you don't have to change the MARX.BAT file to debug. If you use
  1103.    this, make sure that MXECHO is set to either ON or OFF.
  1104.  
  1105.    DROPTO.BAT   DROPTO.BAT   DROPTO.BAT
  1106.  
  1107.    If you are going to run a shell like COMMAND.COM under MarxMenu it is
  1108.    sometimes better to use DROPTO.BAT which is created during the install
  1109.    process. DropTo allows you to jump from the temporary batch file that
  1110.    MarxMenu creates to DropTo, which deletes the temporary batch file and
  1111.    executes the rest of the command line.
  1112.  
  1113.     Usage: DROPTO %0 COMMAND.COM
  1114.  
  1115.    If you are using DropTo inside a MarxMenu, the %0 is automatically added
  1116.    for you.
  1117.  
  1118.     Example:
  1119.        OnKey 'C'
  1120.           DropTo COMMAND.COM
  1121.  
  1122.  
  1123.  
  1124.    Computer Tyme MarxMenu Users Manual                     Page 11
  1125.    _______________________________________________________________
  1126.  
  1127.  
  1128.     DROPTO.BAT
  1129.     ----------
  1130.     DEL %1
  1131.     SET KSV=
  1132.     SET MXCMD=
  1133.     %2 %3 %4 %5 %6 %7 %8 %9
  1134.  
  1135.    Here's how it works:
  1136.  
  1137.         $MX00000.BAT <------deletes this file--------+
  1138.         ------------                                 |
  1139.         DROPTO %0 COMMAND.COM ------------> DEL %1 >-+
  1140.                                             SET KSV=
  1141.                                             SET MXCMD=
  1142.                  %2 executes COMMAND.COM--> %2 %3 %4 %5 %6 %7 %8 %9
  1143.  
  1144.    The advantages are that the temporary batch file is eliminated so if the
  1145.    user never returns to the menu, it leaves no temporary file to clutter
  1146.    up the drive. Also, DROPTO.BAT becomes the pending batch file that is
  1147.    running rather than the temporary file.
  1148.  
  1149.    SUPPORT FOR EARLY DOS VERSIONS   SUPPORT FOR EARLY DOS VERSIONS   SUPPORT FOR EARLY DOS VERSIONS
  1150.  
  1151.    There are two main differences between DOS versions earlier than 3.3 and
  1152.    versions 3.3 and above. One is the CALL command for batch files and the
  1153.    other is the way you specify environment space when using COMMAND.COM.
  1154.  
  1155.    I have enhanced the support for early DOS versions (3.0, 3.1, 3.2).
  1156.    MarxMenu executes COMMAND /C /E:nn (batchfile) >NUL to have one batch
  1157.    file call another. The first two lines of the batch files created are as
  1158.    follows:
  1159.  
  1160.     ECHO OFF
  1161.     CTTY CON
  1162.     ....
  1163.  
  1164.    This eliminates the ECHO OFF from being seen.
  1165.  
  1166.    Also whenever possible, when MarxMenu loads up a copy of COMMAND.COM, it
  1167.    adds the /E:nnn command to set the environment space to the same as that
  1168.    of the Master Environment. In versions earlier then 3.3 it is translated
  1169.    to paragraphs instead of bytes.
  1170.  
  1171.    One thing to note in early versions of DOS. If you run a batch file
  1172.    under COMMAND /C and your batch file has SET commands to set environment
  1173.    variables, the changes you make will disappear as soon as you get back
  1174.    to MARX.BAT. Why? Because you loaded another COMMAND.COM and the SET
  1175.    commands set its environment. When this COMMAND.COM ends, it takes its
  1176.    environment with it. Under DOS 3.3 or later, which uses CALL instead of
  1177.    another shell, the SET commands live. (Yet another reason to upgrade).
  1178.  
  1179.  
  1180.  
  1181.    Computer Tyme MarxMenu Users Manual                     Page 12
  1182.    _______________________________________________________________
  1183.  
  1184.  
  1185.    ABOUT ENVIRONMENT VARIABLES   ABOUT ENVIRONMENT VARIABLES   ABOUT ENVIRONMENT VARIABLES
  1186.  
  1187.    I've been talking a lot about environment variables. Some of you out
  1188.    there in novice land don't know what an environment variable is. Many
  1189.    others don't know the intricate secrets handed down from the Great DOS
  1190.    Masters who know all the intricate undocumented features of DOS.
  1191.  
  1192.    Your DOS shell, COMMAND.COM owns an area of memory called the Master
  1193.    Environment. It contains strings in the form Name=Value. Included among
  1194.    those strings are your COMSPEC and your PATH. Your COMSPEC tells DOS and
  1195.    other programs where to find COMMAND.COM. Your PATH tells DOS and other
  1196.    programs what directories to search when loading programs. Another
  1197.    common environment variable is your PROMPT. This controls what your DOS
  1198.    prompt will look like.
  1199.  
  1200.    Environment variables are commonly set using the SET command. This is
  1201.    done by typing SET NAME=VALUE.
  1202.  
  1203.     Example:
  1204.        SET COLOR=BLUE
  1205.  
  1206.    So what does this actually do? Actually nothing, unless you have a
  1207.    program that reads the environment variables that is looking for one
  1208.    called COLOR. This way, environment variables can be used to leave
  1209.    messages to other programs and control how they behave.
  1210.  
  1211.    Besides leaving messages, environment variables can be accessed by batch
  1212.    files. If you use %NAME% in a batch file, DOS will substitute the VALUE
  1213.    of the variable for the %NAME% expression. And this feature is important
  1214.    to MarxMenu's operation.
  1215.  
  1216.    MarxMenu uses an environment variable called MXCMD. In the MARX.BAT file
  1217.    the third line is %MXCMD%. So MarxMenu controls MARX.BAT by writing
  1218.    values to MXCMD.
  1219.  
  1220.    In order to do this, there must be enough room in the environment for
  1221.    the command to fit. That is why you need to make sure that you have a
  1222.    SHELL command in your CONFIG.SYS to set space for MarxMenu to use.
  1223.  
  1224.    Now so far I've only talked about the Master Environment. That's the one
  1225.    that the first COMMAND.COM owns. Each program that is loaded, including
  1226.    TSRs, gets a copy of the Master Environment in its own environment. This
  1227.    is called the CURRENT Environment.
  1228.  
  1229.    One interesting feature of the Current Environment is that it is smaller
  1230.    than the Master Environment. DOS only creates enough space to hold a
  1231.    copy of the space used in the Master Environment and a little more to
  1232.    store the name of the program that is running.
  1233.  
  1234.  
  1235.  
  1236.    Computer Tyme MarxMenu Users Manual                     Page 13
  1237.    _______________________________________________________________
  1238.  
  1239.  
  1240.    If one program executes another program, the environment of the parent
  1241.    program is called the Parent Environment. You will probable never need
  1242.    to deal with the Parent Environment but MarxMenu can access it in case
  1243.    you do.
  1244.  
  1245.    Another environment is the SHELL ENVIRONMENT. This is the one that THEY
  1246.    never talk about. The one you'll never read about in any books. The one
  1247.    you'll never learn about in any DOS classes. This is the one your
  1248.    parents never mentioned.
  1249.  
  1250.    The Shell Environment is normally the same as the Master Environment.
  1251.    But, if you are running more that one level of COMMAND.COM, the Shell
  1252.    Environment is the environment of the last COMMAND.COM in memory. This
  1253.    environment is the most important environment to MarxMenu.
  1254.  
  1255.    So why load up two or more COMMAND.COMs? There are several cases where
  1256.    this could occur. One case is when you want to run COMMAND.COM as a
  1257.    program under MarxMenu. This way you can type EXIT to get back to the
  1258.    menu. If you do this and then run MarxMenu again, you have two levels of
  1259.    COMMAND.COM. In this case, the first COMMAND.COM is the Master
  1260.    Environment and the second COMMAND.COM is the Shell Environment.
  1261.  
  1262.    Another place where more than one COMMAND.COM is used is if you are
  1263.    running Microsoft Windows 3 or DesqView. Both of these programs are able
  1264.    to run a DOS shell. When you do, this is a second level of COMMAND.COM.
  1265.  
  1266.    What is important is that SET commands and %NAME% commands in batch
  1267.    files deal only with the Shell Environment and not the Master
  1268.    Environment.
  1269.  
  1270.    DEALING WITH MULTIPLE DOS SHELLS   DEALING WITH MULTIPLE DOS SHELLS   DEALING WITH MULTIPLE DOS SHELLS
  1271.  
  1272.    If you are running more than one level of COMMAND.COM (Shelling from
  1273.    Windows, DesqView, Word Perfect Office) and having environment space
  1274.    problems here's a trick. Before you load up your fancy shells, put this
  1275.    in a batch file like your AUTOEXEC.BAT.
  1276.  
  1277.    SET MXCMD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  1278.  
  1279.    This variable will be trashed by MarxMenu thus freeing up the
  1280.    environment space it occupied. This will not only allow MarxMenu to run
  1281.    but may solve problems with other programs you are running that need
  1282.    environment space as well.
  1283.  
  1284.  
  1285.  
  1286.    Computer Tyme MarxMenu Users Manual                     Page 14
  1287.    _______________________________________________________________
  1288.  
  1289.  
  1290.    MARXMENU AND TSR CONTROL   MARXMENU AND TSR CONTROL   MARXMENU AND TSR CONTROL
  1291.  
  1292.    MarxMenu along with the TSR utilities that come with MarxMenu, can load
  1293.    and unload TSRs under menu control. This is handy when you want to run a
  1294.    big application and need to free up some memory to do it. Since MarxMenu
  1295.    is a 0k menu system, unloading TSRs is possible but it has it's tricks.
  1296.  
  1297.    The problem you run into is that when one batch file calls another batch
  1298.    file, the way MarxMenu normally runs, DOS creates a small batch file
  1299.    control block in memory. This control block stays in memory after the
  1300.    TSR is released creating a region of trapped memory. Although this
  1301.    memory is freed, it isn't usable.
  1302.  
  1303.    The way around it is to jump to the batch file that releases memory
  1304.    instead of calling it. This is done by setting MXCMD to the name of the
  1305.    batch file you want to run. The only problem is that when you jump to
  1306.    the other batch file, it won't automatically return to MARX.BAT. You
  1307.    must therefore end your batch file with a command bringing you back to
  1308.    MARX.BAT.
  1309.  
  1310.     MEMHOG.BAT
  1311.     -----------
  1312.     Rem UnLoad SideKick
  1313.     RELEASE SK
  1314.     CD\MEMHOG
  1315.     MEMHOG
  1316.     MARK SK
  1317.     SK
  1318.     MARX MAIN
  1319.  
  1320.    In your MAIN menu:
  1321.  
  1322.     OnKey 'H'
  1323.        |MxCmd = MEMHOG
  1324.  
  1325.    See the documentation file on the TSR utilities disk for more
  1326.    information on how to use MARK and RELEASE.
  1327.  
  1328.    NETWORK USERS:   NETWORK USERS:   NETWORK USERS:
  1329.  
  1330.    The main thing you have to worry about on a network is to make sure that
  1331.    when MarxMenu creates a temporary batch file, that it is a different one
  1332.    for each user on the network.
  1333.  
  1334.    This is handled several ways. If you are on a Novell network, MarxMenu
  1335.    uses your station number as part of the name for the temporary batch
  1336.    file. If you are not using Novell, then you will need to set an
  1337.    environment variable STATION for each workstation on your net. Each one
  1338.    has to be a different number.
  1339.  
  1340.  
  1341.  
  1342.    Computer Tyme MarxMenu Users Manual                     Page 15
  1343.    _______________________________________________________________
  1344.  
  1345.  
  1346.     Example:
  1347.        SET STATION=5
  1348.  
  1349.    You must ensure that the user has enough access rights to create
  1350.    temporary batch files in the directory selected for temporary batch
  1351.    files. One solution is to create a batch file directory and give all the
  1352.    users full access rights to it.
  1353.  
  1354.    MarxMenu has been run on about every DOS based network that exists. If
  1355.    the network runs at all it will generally run MarxMenu. Among the
  1356.    networks that come to mind are Novell, Lantastic, Banyan, 3COM, Lan
  1357.    Manager, IBM, DECNET, ConCurrent DOS, and SCO VPIX. MarxMenu is running
  1358.    on networks as small as two users to as large as 20,000 users. In fact,
  1359.    the bigger your network, the more you need MarxMenu.
  1360.  
  1361.    NOVELL USERS:   NOVELL USERS:   NOVELL USERS:
  1362.  
  1363.    Novell is the most popular network on the market. We have added many
  1364.    enhancements for Novell networks to support things like logging in and
  1365.    logging out, drive mapping, group support, software metering, and status
  1366.    information.
  1367.  
  1368.    Although Novell is a high quality solid product it has its own
  1369.    "Personality" and many undocumented features otherwise known as bugs.
  1370.    Most people who are having trouble with MarxMenu under Novell are really
  1371.    having trouble with Novell. Quite frankly, we do more Novell support
  1372.    than we do MarxMenu support.
  1373.  
  1374.    Having said that, I own two Novell networks. One at the lab and one at
  1375.    home and I love my networks. But, I have spent hundreds of hours
  1376.    learning all the tricks. And to save you a phone call, and me a lot of
  1377.    time, I've decided to share these tricks here in my manual.
  1378.  
  1379.    Some of these tricks are from the Great Network Gurus themselves who are
  1380.    so advanced that they no longer exist in physical form. These people
  1381.    live in another dimension of total mental existence and can only be
  1382.    reached my modem. Some of them hang out on Compuserve.
  1383.  
  1384.    I therefore strongly recommend that if you are a serious Novell user
  1385.    that you join Compuserve and hang out in the Novell section. And just
  1386.    because not everyone on Compuserve is a real person doesn't mean that
  1387.    you should feel uncomfortable asking them any question about your
  1388.    network that you need to ask.
  1389.  
  1390.  
  1391.  
  1392.    Computer Tyme MarxMenu Users Manual                     Page 16
  1393.    _______________________________________________________________
  1394.  
  1395.  
  1396.    THE NOVELL MENU TRANSLATOR   THE NOVELL MENU TRANSLATOR   THE NOVELL MENU TRANSLATOR
  1397.  
  1398.    One nice bonus with Novell networks is that MarxMenu can translate your
  1399.    Novell menus to MarxMenu. This saves you the time of having to recode
  1400.    your system. What you do is type:
  1401.  
  1402.     MARXMENU NOVTRANS <menu>
  1403.  
  1404.    This translates your Novell MNU file to a MarxMenu MRX file. Your MNU
  1405.    file is unchanged. MarxMenu creates a TMP file containing the source
  1406.    code for the MRX file. Once you are satisfied with the MarxMenu file,
  1407.    you just delete the MNU file and rename the TMP file to MNU and forget
  1408.    that you ever had a Novell menu.
  1409.  
  1410.    Once the menu is translated you run it by typing MARX <menu> instead of
  1411.    MENU <menu>. MarxMenu can run Novell's menu better than Novell runs
  1412.    their own.
  1413.  
  1414.    LOGGING OUT UNDER MENU CONTROL   LOGGING OUT UNDER MENU CONTROL   LOGGING OUT UNDER MENU CONTROL
  1415.  
  1416.    Logging out under menu control is one of the trickiest things to do. The
  1417.    problem is that as soon as LOGOUT executes, you no longer have access to
  1418.    the network. This means that if you are in a batch file, you are going
  1419.    to get a "Missing Batch File" error, unless the batch file is in the
  1420.    \LOGIN directory.
  1421.  
  1422.    Another problem with logging out is making sure that your COMSPEC is
  1423.    pointing to a COMMAND.COM that is either on the local drive or in the
  1424.    \LOGIN directory. Otherwise you will get a "Cannot load COMMAND.COM"
  1425.    error.
  1426.  
  1427.    Another problem that you need to deal with is that your PATH command
  1428.    needs to be changed so that it doesn't refer to mapped drives that are
  1429.    no longer accessable.
  1430.  
  1431.    What you need to do is create a batch file in the \LOGIN directory
  1432.    called OFF.BAT.
  1433.  
  1434.     Example: F:\LOGIN\OFF.BAT
  1435.  
  1436.     CD\LOGIN
  1437.     SET COMSPEC=C:\COMMAND.COM
  1438.     LOGOUT
  1439.     C:
  1440.     PATH=C:\DOS
  1441.  
  1442.    Another way to logout under MarxMenu is to stuff the LOGOUT command into
  1443.    the keyboard buffer and exit MarxMenu.
  1444.  
  1445.  
  1446.  
  1447.    Computer Tyme MarxMenu Users Manual                     Page 17
  1448.    _______________________________________________________________
  1449.  
  1450.  
  1451.     Example:
  1452.        OnKey ESC
  1453.          |StuffKBD 'LOGOUT' + CR
  1454.          |ExitMenu
  1455.  
  1456.    This is the cleanest way when possible.
  1457.  
  1458.    Another logout trick is to use the LOGOFF utility from the Computer Tyme
  1459.    Network Survival Kit. This program automatically fixes your PATH and
  1460.    COMSPEC after the logoff occurs.
  1461.  
  1462.    LOGGING IN WITH MARXMENU   LOGGING IN WITH MARXMENU   LOGGING IN WITH MARXMENU
  1463.  
  1464.    If there is any one thing that's trickier than logging out of a Novell
  1465.    network, is logging in. I have spent MANY hours struggling with Novell
  1466.    trying to get it right and I have finally figured it out. Much of this
  1467.    comes from the Novell gurus who hang out on Compuserve and know
  1468.    everything there is to know about Novell.
  1469.  
  1470.    The first thing you need to do is make up your mind that you are going
  1471.    to do it right. The technique here might seem somewhat cumbersome, but
  1472.    it works well and will keep you out of trouble.
  1473.  
  1474.    MarxMenu has the ability to log you into a network, map your drives, and
  1475.    set your environment strings without having to touch a Novell utility to
  1476.    do so. MarxMenu can completely eliminate the need for Novell login
  1477.    scripts. The advantage to using MarxMenu in the login is that you have
  1478.    the power of 500 commands to work with instead of just 25 or so.
  1479.  
  1480.    THE CONFIG.SYS FILE   THE CONFIG.SYS FILE   THE CONFIG.SYS FILE
  1481.  
  1482.    The place to start is the place where DOS start when DOS boots. You MUST
  1483.    create a CONFIG.SYS file on your boot disk. The CONFIG.SYS tells DOS how
  1484.    many files and buffers to create, what device drivers to load, and the
  1485.    size of the Master Environment.
  1486.  
  1487.    Unless you are using special drivers, BUFFERS=40 and FILES=40 is a good
  1488.    place to start. STACKS 0,0 will gain you an extra 3k of ram. But the
  1489.    most important command is the shell statement. A CONFIG.SYS file might
  1490.    look like this:
  1491.  
  1492.     SHELL=COMMAND.COM /P /E:400
  1493.     BUFFERS=40
  1494.     FILES=40
  1495.     DEVICE=ANSI.SYS
  1496.  
  1497.    This sets up enough environment space to allow MarxMenu and DOS SET
  1498.    commands to work properly. You will also want to load any other device
  1499.    drivers like QEMM386.SYS or 386MAX.SYS to take advantage of other
  1500.    features of your computer. If you don't know about CONFIG.SYS files,
  1501.    read the DOS manual.
  1502.  
  1503.  
  1504.  
  1505.    Computer Tyme MarxMenu Users Manual                     Page 18
  1506.    _______________________________________________________________
  1507.  
  1508.  
  1509.    THE AUTOEXEC.BAT FILE   THE AUTOEXEC.BAT FILE   THE AUTOEXEC.BAT FILE
  1510.  
  1511.    After the CONFIG.SYS is loaded the AUTOEXEC.BAT runs next. Here you load
  1512.    up your TSRs and network drivers. There are some important tricks to be
  1513.    used here as well.
  1514.  
  1515.    First of all, never load your network shell from your AUTOEXEC.BAT file.
  1516.    Always have it branch to another batch file called LOADNET to load the
  1517.    network shell. Use the autoexec.bat only to load special TSRs and the
  1518.    IPX. An autoexec.bat might look like this:
  1519.  
  1520.     @Echo Off
  1521.     Cls
  1522.     IPX
  1523.     SET NET=NET4.COM
  1524.     SET COMSPEC=X:COMMAND.COM
  1525.     LOADNET
  1526.  
  1527.    The two SET commands are very important. The first sets a variable
  1528.    called NET to NET4.COM. This will be used later in LOADNET.BAT. By using
  1529.    this variable, you can have users running many different versions of DOS
  1530.    and still use the same LOADNET.BAT file. You could also use a command
  1531.    SET NET=LOADHI EMSNET4.EXE to take advantage of advanced memory manager
  1532.    software.
  1533.  
  1534.    Another trick is to run BESTNET from the Network Survival Kit. BestNet
  1535.    will automatically pick the best network shell and set the NET
  1536.    environment variable for you. You would use the command BESTNET instead
  1537.    of SET NET=NET4.COM in the AUTOEXEC.BAT file.
  1538.  
  1539.    The SET COMSPEC=X:COMMAND.COM is important if you are booting off of
  1540.    either a floppy drive or a diskless workstation. This assumes that X:
  1541.    will eventually be mapped to a directory on the network that has a valid
  1542.    COMMAND.COM in it.
  1543.  
  1544.    It is important to set the comspec BEFORE loading your NET shell. This
  1545.    prevents a problem where Netware wants to go back to the boot disk even
  1546.    after you change the comspec. I don't know why this works but it does.
  1547.    Trust Me. If you are going to use COMMAND.COM on drive C:, ignore this
  1548.    paragraph.
  1549.  
  1550.    Now we go to the LOADNET.BAT file.
  1551.  
  1552.     @Echo Off
  1553.     %NET%
  1554.     SET NET=
  1555.     F:
  1556.     STARTUP
  1557.  
  1558.  
  1559.  
  1560.    Computer Tyme MarxMenu Users Manual                     Page 19
  1561.    _______________________________________________________________
  1562.  
  1563.  
  1564.    The big concept behind LOADNET is that this file is NEVER CHANGED. You
  1565.    put in on all your workstations and in the LOGIN directory and it is
  1566.    EXACTLY THE SAME for every computer in your network. Any changes to
  1567.    individual computers are made in the AUTOEXEC.BAT file.
  1568.  
  1569.    So why is this important. Because if you are running diskless
  1570.    workstations what happens is that while you are booting you have a
  1571.    mythical drive A:. As soon as your NET shell loads this drive
  1572.    dissappears out from under you and you end up in F:\LOGIN. If you are
  1573.    running LOADNET.BAT when this happens you drop out of A:LOADNET.BAT and
  1574.    land in the middle of F:\LOADNET.BAT. And if your LOADNET.BAT is exactly
  1575.    the same file as the LOADNET.BAT in the \LOGIN directory, you take off
  1576.    running like the transition never occured.
  1577.  
  1578.    Even if you are not running on diskless workstations now, you might go
  1579.    to it someday. It also creates good programming habits and helps you
  1580.    boot up cleanly.
  1581.  
  1582.    Lets see what LOADNET does. The first line is @ECHO OFF, that's easy.
  1583.    The second line %NET% executes the network shell that you specified with
  1584.    the SET NET=NET4 command. This actually loads the network shell. The
  1585.    third line clears the NET variable freeing up space for other
  1586.    environment variables. F: switches you to drive F if you aren't there
  1587.    already. And finally STARTUP is the name of yet another batch file you
  1588.    jump to.
  1589.  
  1590.    The STARTUP.BAT file controls what happens AFTER LOADNET runs. This file
  1591.    can be freely changed so that LOADNET.BAT can stay the same. This lets
  1592.    you modify what happens AFTER the network shell is loaded.
  1593.  
  1594.    If you are using Novell's login program STARTUP.BAT might look like
  1595.    this:
  1596.  
  1597.     @Echo Off
  1598.     LOGIN
  1599.  
  1600.    USING A MENU FILE TO LOG IN   USING A MENU FILE TO LOG IN   USING A MENU FILE TO LOG IN
  1601.  
  1602.    If you are going to use MarxMenu to log in instead of Novell's
  1603.    utilities, you will want to print out the sample file LOGIN.MNU on your
  1604.    MarxMenu disk and study it. Your STARTUP.BAT file might look like this:
  1605.  
  1606.     @Echo Off
  1607.     SET BOOTUP=LOGIN
  1608.     MarxMenu Login
  1609.     %BOOTUP%
  1610.  
  1611.    If MarxMenu works correctly, it will change the environment variable
  1612.    %BOOTUP% to point to a file that it creates. If for some reason it fails
  1613.    (you make a mistake in the login), it will execute Novell's login and
  1614.    let you get in and fix it.
  1615.  
  1616.  
  1617.  
  1618.    Computer Tyme MarxMenu Users Manual                     Page 20
  1619.    _______________________________________________________________
  1620.  
  1621.  
  1622.    One word of caution. After modifing this menu, always run MARXCOMP LOGIN
  1623.    to compile it. Otherwise, if you boot up into it you won't have enough
  1624.    access rights to recompile automatically.
  1625.  
  1626.    NOVELL SEMAPHORES   NOVELL SEMAPHORES   NOVELL SEMAPHORES
  1627.  
  1628.    For a detailed explanation of Novell Semaphores, read the Novell
  1629.    manuals. What I've done is to export these functions to MarxMenu. I have
  1630.    implemented them slightly different than Novell did and have hidden all
  1631.    the nasties from you such as semaphore handles. All semaphores are
  1632.    accessed by name only.
  1633.  
  1634.    Here's a brief overview of semaphores. Semaphores are names of shared
  1635.    resources that the server keeps track of. Semaphores have three
  1636.    properties. They have a name, value and number of users. The name can be
  1637.    anything up to 48 characters long. The value is a number from -128 to
  1638.    127. If the value is less than 0, the resource the semaphore represents
  1639.    is considered used up.
  1640.  
  1641.    By opening a semaphore, you increase the number of users by one. By
  1642.    closing it, you decrease the number by one. If a single user opens a
  1643.    semaphore many times, it is only counted as one. When you log out, your
  1644.    semaphores are closed. This is also true if you turn your computer off,
  1645.    but it takes 15 minutes for the server to give up on you.
  1646.  
  1647.    The first user to open a semaphore creates it. The last user to close a
  1648.    semaphore deletes it. When a semaphore is created, a value can be
  1649.    assigned. If a semaphore is opened that already exists, the initial
  1650.    value is ignored.
  1651.  
  1652.    When NovWaitOnSemaphore is called by any user, the value is decremented.
  1653.    If the value is not below zero, NovWaitOnSemaphore returns true.
  1654.    Otherwise it returns false and the value is unchanged. The amount of
  1655.    time that NovWaitOnSemaphore will wait is controlled by the variable
  1656.    NovSemaphoreTimeOut.
  1657.  
  1658.    When NovSignalSemaphore is called by any user, the value is incremented.
  1659.    This allows other users to call NovWaitOnSemaphore and get a True value.
  1660.  
  1661.    NovSemaphoreUsers and NovSemaphoreValue are used to read the status of a
  1662.    semaphore without changing it's value.
  1663.  
  1664.    One of the major differences between how MarxMenu uses semaphores and
  1665.    the way Novell uses them is that normally a semaphore dies when the
  1666.    application finishes. This would normally prevent a 0k menu system from
  1667.    being able to use them. MarxMenu uses an interesting trick where it
  1668.    fools Netware into thinking that the semaphore belongs to another task.
  1669.    This allows the semaphore to live.
  1670.  
  1671.  
  1672.  
  1673.    Computer Tyme MarxMenu Users Manual                     Page 21
  1674.    _______________________________________________________________
  1675.  
  1676.  
  1677.    Semaphores can be tracked using FCONSOLE. Some versions of Netware have
  1678.    a bug in FCONSOLE that reports an open count that is 256 times the real
  1679.    count. Just divide by 256 for the right number.
  1680.  
  1681.    Semaphores can be used for software metering. This allows MarxMenu to be
  1682.    aware of what other users on the network are doing. Here are the basic
  1683.    tools, what you do with them is only limited by your imagination.
  1684.  
  1685.    RUNNING A MARXMENU   RUNNING A MARXMENU   RUNNING A MARXMENU
  1686.  
  1687.    MarxMenus are run by typing MARX and the name of a menu file such as
  1688.    SAMPLE.MNU. As discussed earlier, the menu file is a text file created
  1689.    with a text editor such as TEDIT.
  1690.  
  1691.     Usage: MARX <Menu Filename>
  1692.  
  1693.     Example:
  1694.        MARX SAMPLE
  1695.  
  1696.    In the above example, if SAMPLE.MRX doesn't exist, or is older than
  1697.    SAMPLE.MNU then MarxMenu will automatically load the complier,
  1698.    MARXCOMP.EXE to create a new SAMPLE.MRX file.
  1699.  
  1700.    In the never ending quest for more speed, MarxMenu is somewhat faster to
  1701.    load if you include the MRX extension.
  1702.  
  1703.     Example:
  1704.        MARX SAMPLE2.MRX
  1705.  
  1706.    By specifying the MRX extension, no test is made to compare the file
  1707.    date with the source file. Thus if you have changed the MNU file, you
  1708.    will still be running the old version. In order to force a recompile,
  1709.    type MARXCOMP SAMPLE.
  1710.  
  1711.    CUSTOMIZING MARXMENU SAMPLE FILES   CUSTOMIZING MARXMENU SAMPLE FILES   CUSTOMIZING MARXMENU SAMPLE FILES
  1712.  
  1713.    Included in the MarxMenu package are menu files which you can easily
  1714.    modify to execute your programs and perform other functions you desire.
  1715.    Using TEdit, the text editor included in this package, you can modify
  1716.    and customize these menu files.
  1717.  
  1718.    Also included to demonstrate the power and versatility of the menu
  1719.    system is a menu labeled NIM.MNU. This is a game written in the menu
  1720.    system that demonstrates some of the logic functions and programmability
  1721.    of the system. Use it for reference.
  1722.  
  1723.  
  1724.  
  1725.    Computer Tyme MarxMenu Users Manual                     Page 22
  1726.    _______________________________________________________________
  1727.  
  1728.  
  1729.     Here's a simple example of a menu file:
  1730.     ===================================
  1731.     ClearScreen
  1732.     DrawBox 30 9 25 8
  1733.     Writeln ' 1) Lotus'
  1734.     Writeln ' 2) dBase'
  1735.     Writeln ' 3) Wordstar'
  1736.     Writeln
  1737.     Write 'Select: '
  1738.  
  1739.     OnKey '1'
  1740.        cd\lotus
  1741.        123
  1742.  
  1743.     OnKey '2'
  1744.        cd\db3
  1745.        db3
  1746.  
  1747.     OnKey '3'
  1748.        cd\wordstar
  1749.        ws
  1750.  
  1751.     ====================================
  1752.  
  1753.    Notice in looking at the "OnKey" statements that all I have to do is
  1754.    tell MarxMenu how to get to the program. Although, MarxMenu takes care
  1755.    of reloading itself after exiting a selected program, its does not
  1756.    return to its own subdirectory as many other menu programs do.
  1757.  
  1758.    That means that if you execute a program in another subdirectory, when
  1759.    you come back to the menu, you remain in that subdirectory. If you
  1760.    normally run your applications with a batch file, consider having
  1761.    MarxMenu change directories and execute the program for you. This will
  1762.    eliminate debugging problems caused by the actions of your batch files.
  1763.  
  1764.    MENU ANALYSIS   MENU ANALYSIS   MENU ANALYSIS
  1765.  
  1766.    Let's start a simple analysis of the example menu file shown
  1767.    above. The ClearScreen statement simply clears the screen to
  1768.    give us a fresh workspace for the menu. DrawBox is the command to
  1769.    draw a box on the screen to contain some menu text. The Writeln
  1770.    command writes a line of text to the screen within the box, then
  1771.    positions the cursor on the next line. The menu text shows the
  1772.    available selection keys that the user has access to.
  1773.  
  1774.  
  1775.  
  1776.    Computer Tyme MarxMenu Users Manual                     Page 23
  1777.    _______________________________________________________________
  1778.  
  1779.  
  1780.    ONKEY STATEMENTS   ONKEY STATEMENTS   ONKEY STATEMENTS
  1781.  
  1782.    The OnKey statements control what is actually executed. OnKey
  1783.    statements also allow you to execute hidden commands when you do
  1784.    not want them to appear on the menu screen. One trick I use is to
  1785.    have an OnKey statement define a key that runs TEDIT on my
  1786.    personal menu file. I don't show this key on the menu to keep
  1787.    others from poking around in the file. For additional security
  1788.    a password can also be set up on this key.
  1789.  
  1790.    Normally you enter a line of text as if you were creating a BAT
  1791.    file to run your application. Like batch files, if one of your
  1792.    commands is a batch file, all the statements after it will not
  1793.    execute. To prevent this you can use the CALL command to call a
  1794.    batch file in DOS 3.3 or later, or COMMAND /C in DOS 3.0, 3.1 and
  1795.    3.2.
  1796.  
  1797.    Normally, text displayed under an OnKey statement is the same
  1798.    text as the batch file created by MarxMenu. There are some
  1799.    exceptions. If a line starts with a "|" (vertical bar), the line
  1800.    will be interpreted by MarxMenu instead of being written to a
  1801.    batch file. This allows commands such as "PASSWORD" to be used.
  1802.    String variables can be passed as part of a batch command if the
  1803.    name of the string variable starts with a "%" symbol.
  1804.  
  1805.    The spaces preceding the commands under the OnKey statement are
  1806.    for clarity only. They are not necessary for MarxMenu to function
  1807.    properly.
  1808.  
  1809.    POPUP MENUS   POPUP MENUS   POPUP MENUS
  1810.  
  1811.    If you want to create a popup menu within a menu you can do so by
  1812.    using a "label". A label is a keyword preceded by a colon. To
  1813.    call the popup menu, place the keyword on a line by itself
  1814.    preceded by a carat (Shift 6). The label will precede the popup
  1815.    menu definition.
  1816.  
  1817.    For example if you have a popup menu to load Smart Software, you could
  1818.    name the PopUpMenu Smart. To bring up the Smart PopUpMenu, define a key
  1819.    in your main menu for Smart like this:
  1820.  
  1821.     OnKey 'S'
  1822.        ^Smart
  1823.  
  1824.    The Smart menu itself might look something like this:
  1825.  
  1826.  
  1827.  
  1828.    Computer Tyme MarxMenu Users Manual                     Page 24
  1829.    _______________________________________________________________
  1830.  
  1831.  
  1832.     :Smart
  1833.     BoxHeaderColor ForeColor BackColor
  1834.     BoxBorderColor Yellow Green
  1835.     BoxInsideColor LCyan Green
  1836.     InverseColor Yellow Red
  1837.     BoxHeader = ' Smart Menu '
  1838.     DrawBox 45 16 20 6
  1839.     UseArrows 2 2 16 3
  1840.     ClearLine 205
  1841.     Writeln
  1842.     Writeln '  Data Base'
  1843.     Writeln '  Spread Sheet'
  1844.     Write   '  Word Processor'
  1845.  
  1846.     OnKey 'D'
  1847.       SM D
  1848.  
  1849.     OnKey 'S'
  1850.       |BoxHeaderColor ForeColor BackColor
  1851.       |BoxBorderColor Yellow Green
  1852.       |BoxInsideColor White Green
  1853.       |%1 = PickFile('C:\SMART\SPREAD\*.WS',4,5,17)
  1854.       SM S -ALOAD %1
  1855.  
  1856.     OnKey 'W'
  1857.       |BoxHeaderColor ForeColor BackColor
  1858.       |BoxBorderColor Yellow Green
  1859.       |BoxInsideColor White Green
  1860.       |%1 = PickFile('C:\SMART\WORD\*.DOC',4,5,17)
  1861.       SM W -ALOAD %1
  1862.  
  1863.    While developing the menu, program one of the keys to run your favorite
  1864.    editor on the menu file that you are creating. This way, as soon as the
  1865.    change is made, the results will show when you exit your editor. Since
  1866.    MarxMenu allows versatility in creating the look of your menus, a little
  1867.    trial and error will be required to make things look right.
  1868.  
  1869.    THE CONSOLE   THE CONSOLE   THE CONSOLE
  1870.  
  1871.            +---| Console Functions |---+
  1872.            | 1 - Blank Screen          |
  1873.            | 2 - Set Blank Message     |
  1874.            | 3 - Lock Keyboard         |
  1875.            | 4 - Set Blank Time        |
  1876.            +---------------------------+
  1877.  
  1878.    The Console is a popup menu of built-in functions. To activate the
  1879.    console, press the TAB key. A menu will pop-up in the upper left hand
  1880.    corner of the screen. You can change the position of this popup menu
  1881.    with the ConsolePos function.
  1882.  
  1883.  
  1884.  
  1885.    Computer Tyme MarxMenu Users Manual                     Page 25
  1886.    _______________________________________________________________
  1887.  
  1888.  
  1889.    The first command on the Console screen is Blank Screen. Enter 1 and the
  1890.    screen will blank immediately. It will remain blanked until a key is
  1891.    pressed. Enter 2 on the Console menu and you can change the message
  1892.    displayed on the Blank Screen display.
  1893.  
  1894.    Enter 3 and you will be prompted for a word to lock the keyboard. After
  1895.    you enter the lock word the screen will blank and the keyboard will be
  1896.    locked until the exact lock word is typed. Enter 4 to set the number of
  1897.    minutes to wait before blanking the screen.
  1898.  
  1899.    The lock word feature is handy for times when you must leave the
  1900.    keyboard but don't want menu commands displayed for all to see. It also
  1901.    effectively locks the keyboard so someone can't escape to DOS and test
  1902.    the format command on your hard disk. We run this menu on a Novell
  1903.    Network and don't want to let everyone have access to the Supervisors'
  1904.    power at the touch of the escape key should we leave the keyboard.
  1905.  
  1906.    REPOSITIONING THE TOP WINDOW   REPOSITIONING THE TOP WINDOW   REPOSITIONING THE TOP WINDOW
  1907.  
  1908.    One nice feature you can use to get the windows right is to turn on the
  1909.    scroll lock. This lets you move the top window around the screen using
  1910.    the arrow keys so you can see how it looks. Then you can go into your
  1911.    menu code and set it permanently.
  1912.  
  1913.    Set Scroll Lock to "on". On most keyboards, a scroll lock LED will light
  1914.    up. Now use the arrow keys to move the top window to any position on the
  1915.    screen. Neat Huh?
  1916.  
  1917.    MOUSE SUPPORT   MOUSE SUPPORT   MOUSE SUPPORT
  1918.  
  1919.    If you have a standard mouse driver, MarxMenu will detect it and use it
  1920.    automatically. The left button on the mouse is the same as pressing
  1921.    return. The right button on the mouse is the same as pressing escape.
  1922.    Pressing both buttons on the mouse is the same as pressing the tab key.
  1923.    As of now, I'm not yet using the center button on the mouse for
  1924.    anything.
  1925.  
  1926.    The sensitivity of the mouse can be controlled using the MouseHorizontal
  1927.    and MouseVertical commands.
  1928.  
  1929.  
  1930.  
  1931.    Computer Tyme MarxMenu Users Manual                     Page 26
  1932.    _______________________________________________________________
  1933.  
  1934.  
  1935.    STARTING OFF THE EASY WAY   STARTING OFF THE EASY WAY   STARTING OFF THE EASY WAY
  1936.  
  1937.    For those of you who want to just get a menu going and don't want
  1938.    anything complicated we have included a menu called the LEVEL1 menu.
  1939.    This menu is a fill in the blank type of menu that will get you going
  1940.    quickly and easilly.
  1941.  
  1942.    This menu requires no programming and explains itself. You run it by
  1943.    typing the command:
  1944.  
  1945.     MARX LEVEL1
  1946.  
  1947.    The first thing it does is scan your drive to find the directories. Then
  1948.    you just answer the questions and fill in the menu. This isn't as
  1949.    powerful as programming your own menu, but if you want something quick
  1950.    and dirty, this may be the answer for you.
  1951.  
  1952.    ABOUT VARIABLES   ABOUT VARIABLES   ABOUT VARIABLES
  1953.  
  1954.    One of the most unusual things about MarxMenu is its variables. MarxMenu
  1955.    handles variables differently than any other programming language. For
  1956.    the experienced programmer, this may require some adjustment since it's
  1957.    like getting used to driving a Cadillac after driving a VW Beetle.
  1958.  
  1959.    All variables in MarxMenu are like an empty box that can contain
  1960.    anything. A variable can be a number, boolean, string, file, array, etc.
  1961.    The type of variable is controlled internally and the user need not
  1962.    declare variable types.
  1963.  
  1964.    Variables are created with the VAR command:
  1965.  
  1966.     Var X Y Z
  1967.  
  1968.    If the word VAR is on a line by itself, the following lines, up to a
  1969.    blank line, are considered variable names.
  1970.  
  1971.     Var
  1972.       MyAge
  1973.       YourAge
  1974.       HisAge
  1975.       HerAge
  1976.  
  1977.    Variables are initialized to null values; 0 for Numbers, False for
  1978.    Booleans, and '' for strings. Initial values can be set when the
  1979.    variable is created.
  1980.  
  1981.     Var
  1982.       X = 6
  1983.       MyName = 'Marc'
  1984.       Programmer = True
  1985.  
  1986.  
  1987.  
  1988.    Computer Tyme MarxMenu Users Manual                     Page 27
  1989.    _______________________________________________________________
  1990.  
  1991.  
  1992.    Variables can change variable types. If you write a number to a string
  1993.    variable, the variable changes to a number.
  1994.  
  1995.     X = '234'
  1996.     X = Value(X)
  1997.  
  1998.    This is valid in MarxMenu. X now is a number and contains the value 234.
  1999.  
  2000.    Number variables are 32-bit integers ranging between plus or minus
  2001.    2,147,483,647.
  2002.  
  2003.    Boolean variables are True or False.
  2004.  
  2005.    String variables are limited to 255 characters.
  2006.  
  2007.    In MarxMenu, string literals are delimited by either single or double
  2008.    quotes.
  2009.  
  2010.     "This can't be yogurt!"
  2011.     'Lincoln said "Four score and seven years ago ..." '
  2012.  
  2013.    Numbers beginning with a '$' indicate base 16 or hex numbers.
  2014.  
  2015.    When choosing variable names, it is good programming practice to choose
  2016.    long meaningful names. This allows yourself and others to be able to
  2017.    read menus and follow the logic more easily.
  2018.  
  2019.    REAL NUMBERS   REAL NUMBERS   REAL NUMBERS
  2020.  
  2021.    So what's the difference between ordinary numbers and real numbers?
  2022.    Ordinary numbers in MarxMenu are 32 bit integers. These are numbers
  2023.    whose range is about plus or minus two billion. Integers are whole
  2024.    numbers and do not include any fractions.
  2025.  
  2026.    This is why MarxMenu has included REAL numbers (also known as Floating
  2027.    Point numbers). Real numbers in MarxMenu use BCD (Binary Coded Decimal)
  2028.    with 18 digits of accuracy. They have a range of 10 to the plus or minus
  2029.    63rd power, which means up to 63 zeros either side of the decimal point.
  2030.    This lets you work with very big and very small numbers.  MarxMenu has
  2031.    smart rounding algorithms so that 1.0 / 3 * 3 = 1.0 and not
  2032.    0.999999999999999999 like in most languages.
  2033.  
  2034.    Real numbers are specified by using a decimal point. Thus 5.0 specifies
  2035.    a real number. Most normal MarxMenu functions still require the standard
  2036.    32 bit integers. If you get the error: 'REAL found where INTEGER
  2037.    expected.' You need to use an integer.
  2038.  
  2039.    If an integer is passed where a real is expected, the integer is
  2040.    automatically converted to a real. Thus:
  2041.  
  2042.     6.0 * 3 = 18.0
  2043.  
  2044.  
  2045.  
  2046.    Computer Tyme MarxMenu Users Manual                     Page 28
  2047.    _______________________________________________________________
  2048.  
  2049.  
  2050.    The Value function returns real numbers if a decimal point is used in
  2051.    the string. All the relevant math functions will work with reals as well
  2052.    as comparison operators.
  2053.  
  2054.    MarxMenu supports a variety of functions for real numbers. It has trig
  2055.    functions, log functions, and exponential functions. So why do you need
  2056.    real numbers in a menu program? I don't know. I had a library and
  2057.    threw them in. I figure someone will need them someday.
  2058.  
  2059.    With real numbers you can do trigonometry calculations like those
  2060.    discovered by the ancient Indian chief Pythagoras who discovered what is
  2061.    now know as Pythagoras's triangle.
  2062.  
  2063.    Now I know that a lot of you were taught in Math class that Pythagoras
  2064.    was Greek. Well, it's just not so. Let me tell you the real story:
  2065.  
  2066.    Pythagoras was an Indian chief that had three wives. Two of the wives
  2067.    were twins and weighed 120 pounds each. And they sat next to Pythagoras
  2068.    on a pair of twin deer hides.
  2069.  
  2070.    But Pythagoras also had a third wife who was a large fat woman who sat
  2071.    across from Pythagoras on a hypopotamus hide. This wife weighed 240
  2072.    pounds.
  2073.  
  2074.    What Pythagoras discovered was that the squaw on the hypopotamus was
  2075.    equal to the sum of the squaws on the other two hides!
  2076.  
  2077.    LOCAL VARIABLES   LOCAL VARIABLES   LOCAL VARIABLES
  2078.  
  2079.    MarxMenu also supports local variables. Variables declared within
  2080.    procedures become local variables. Local variables are just like global
  2081.    variables in that you can use them as multidimensional arrays. When the
  2082.    procedure finishes, all local variables are disposed.
  2083.  
  2084.    If a local variable has the same name as a global variable, the local
  2085.    variable will be used.
  2086.  
  2087.    PASSING PARAMETERS TO PROCEDURES   PASSING PARAMETERS TO PROCEDURES   PASSING PARAMETERS TO PROCEDURES
  2088.  
  2089.    Procedures can accept parameters by declaring variable names on the same
  2090.    line as the name of the procedure.
  2091.  
  2092.    Procedures can return variables by using the Return command. Return
  2093.    exits the procedure returning the parameters on the same line as the
  2094.    Return statement.
  2095.  
  2096.     Example:
  2097.  
  2098.  
  2099.  
  2100.    Computer Tyme MarxMenu Users Manual                     Page 29
  2101.    _______________________________________________________________
  2102.  
  2103.  
  2104.     Procedure Factorial (X)
  2105.     var Y Z
  2106.        Y = 1
  2107.        Z = 1
  2108.        while Y <= X
  2109.           Z = Y * Z
  2110.           Y = Y + 1
  2111.        endwhile
  2112.        Writeln X ' factorial is ' Z
  2113.     endproc
  2114.  
  2115.    In this example, if you were to use Factorial (5) you would get:
  2116.  
  2117.     5 factorial is 120
  2118.  
  2119.     Another Example:
  2120.  
  2121.     Procedure AskYesNo (Question)
  2122.     var YesNo
  2123.        DrawBox (34 - (Length(Question) / 2)) 21 Length(Question) + 14 3
  2124.        TextColor LCyan Blue
  2125.        UseArrows Off
  2126.        Write ' ',Question,' (Y/N) '
  2127.        YesNo = UpperCase(ReadKey)
  2128.        YesNo = YesNo = 'Y'
  2129.        if YesNo
  2130.           Write 'Yes'
  2131.        else
  2132.           Write 'No'
  2133.        endif
  2134.        Wait 50
  2135.        EraseTopWindow
  2136.        Return (YesNo)
  2137.     EndProc
  2138.  
  2139.     if AskYesNo 'Do you want to continue? ' then Continue
  2140.  
  2141.    In this example, MarxMenu draws a box and asks a question and waits for
  2142.    a Yes or No answer.
  2143.  
  2144.    Arrays can be passed as parameters. Parameters are passed by value not
  2145.    by reference. This means that any changes to the passed parameter do not
  2146.    affect the original value.
  2147.  
  2148.    You can copy an array by assigning it equal to another array.
  2149.  
  2150.     Example:
  2151.  
  2152.     Array1 = Array2
  2153.  
  2154.  
  2155.  
  2156.    Computer Tyme MarxMenu Users Manual                     Page 30
  2157.    _______________________________________________________________
  2158.  
  2159.  
  2160.    This creates Array1 with a copy of all the elements of Array2. The
  2161.    previous contents of Array1 are overwritten.
  2162.  
  2163.    ABOUT CONSTANTS   ABOUT CONSTANTS   ABOUT CONSTANTS
  2164.  
  2165.    Constants are used to give values meaningful names. By using constants a
  2166.    value can be assigned once and the constant name used throughout the
  2167.    menu program. This way, if you change the value of the constant, all the
  2168.    places where that constant is used automatically change.
  2169.  
  2170.    This is good programming practice.
  2171.  
  2172.     Examples:
  2173.  
  2174.     Const States = 50 CPU = '80386 SX' WeekEnd = True
  2175.  
  2176.     or
  2177.  
  2178.     Const
  2179.        States = 50
  2180.        CPU = '80386 SX'
  2181.        WeekEnd = True
  2182.  
  2183.    Using the word STATES is just like using 50. Using CPU is just like
  2184.    using '80386 SX'. But if throughout my menu I use CPU, and then I get a
  2185.    new computer with a 80486, I can just change one line:
  2186.  
  2187.     Const CPU = '80486'
  2188.  
  2189.    And all the places I used CPU changes to '80486'. This is the correct
  2190.    way to program.
  2191.  
  2192.    ABOUT ARRAYS   ABOUT ARRAYS   ABOUT ARRAYS
  2193.  
  2194.    MarxMenu supports multidimensional arrays up to 31 dimensions. Unlike
  2195.    other programming languages, arrays need not be declared. MarxMenu
  2196.    creates arrays "on the fly" and automatically takes care of the array
  2197.    size and number of dimensions.
  2198.  
  2199.    Another unusual feature of MarxMenu arrays is that they are an array of
  2200.    MarxMenu variables. This means that elements of MarxMenu arrays need not
  2201.    be of the same type. Element 1 can be a number, element 2 can be a
  2202.    string and element 3 can be another array.
  2203.  
  2204.    This type of variable management leads to the easy creation of very
  2205.    powerful data structures as you will see.
  2206.  
  2207.     Var X
  2208.  
  2209.  
  2210.  
  2211.    Computer Tyme MarxMenu Users Manual                     Page 31
  2212.    _______________________________________________________________
  2213.  
  2214.  
  2215.     X[1] = 'Element 1'
  2216.     X[2] = 3
  2217.     X[3] = True
  2218.     X[4,6] = 9
  2219.     X[4,7] = 'Ten'
  2220.  
  2221.    These are all valid statements. MarxMenu creates a two dimensional array
  2222.    here. If we now execute the following statement:
  2223.  
  2224.     X[4] = X[4,6] + X[2]
  2225.  
  2226.    X[4] becomes equal to 12 but variables X[4,6] and X[4,7] are lost. This
  2227.    is because we have changed an array into a number. MarxMenu
  2228.    automatically handles the deallocation of memory used by this array and
  2229.    its elements and returns the space the used to the memory pool.
  2230.  
  2231.    ABOUT QUALIFIERS   ABOUT QUALIFIERS   ABOUT QUALIFIERS
  2232.  
  2233.    Qualifiers are named indexes into arrays. They are used to make the
  2234.    source menu file more readable and more organized.
  2235.  
  2236.    Suppose we are creating a data structure to deal with places in the
  2237.    United States. First we will need an array for States.
  2238.  
  2239.     Var States
  2240.  
  2241.     We want to store some facts about the states.
  2242.  
  2243.     Qualifier
  2244.        Population
  2245.        Bird
  2246.        Motto
  2247.        County
  2248.  
  2249.     State[3].Population = 10000000
  2250.     State[3].Bird = 'Chicken'
  2251.     State[3].Motto = 'Best politicians money can buy!'
  2252.  
  2253.    Now states have counties and counties have county seats, sheriffs, and
  2254.    cities.
  2255.  
  2256.     Qualifer
  2257.        Sheriff
  2258.        Seat
  2259.        City
  2260.  
  2261.     State[3].County[7].Sheriff = 'Buck InBred'
  2262.     State[3].County[7].Seat = 'Possum Trot'
  2263.  
  2264.    Now counties have cities and cities have schools, mayors, churches, and
  2265.    taxes.
  2266.  
  2267.  
  2268.  
  2269.    Computer Tyme MarxMenu Users Manual                     Page 32
  2270.    _______________________________________________________________
  2271.  
  2272.  
  2273.     Qualifier
  2274.        Schools
  2275.        Mayor
  2276.        Churches
  2277.        Taxes
  2278.  
  2279.     State[3].County[7].City[9].Schools = 8
  2280.     State[3].County[7].City[9].Mayor = 'Virgil Collins'
  2281.     State[3].County[7].City[9].Churches = 120
  2282.     State[3].County[7].City[9].Taxes = '$100,000,000'
  2283.  
  2284.    The above line is the same as:
  2285.  
  2286.     State[3,4,7,3,9,4] = '$100,000,000'
  2287.  
  2288.    As you can see with qualifiers, it is easy to create multidimensional
  2289.    arrays in a way that is organized and readable.
  2290.  
  2291.    In this example, the qualifier Population became equal to 1. Bird became
  2292.    equal to 2. The variable references, State[3].Bird and State[3,2] are
  2293.    the same. It's just that one is more readable than the other. Qualifiers
  2294.    normally begin by assigning 1 to the first name and 2 to the second
  2295.    etc. This can be modified.
  2296.  
  2297.     Qualifier
  2298.        Color = 7
  2299.        Size
  2300.        Shape
  2301.  
  2302.    In this case Color becomes the number 7; Size becomes the number 8; and
  2303.    Shape becomes the number 9.
  2304.  
  2305.    COMMENTS IN MENU FILES   COMMENTS IN MENU FILES   COMMENTS IN MENU FILES
  2306.  
  2307.    MarxMenu has three ways to add comments to a menu file. The first way is
  2308.    with the Comment command.
  2309.  
  2310.     Comment
  2311.     ========================
  2312.     This is a comment block.
  2313.     ========================
  2314.     EndComment
  2315.  
  2316.    All lines up to EndComment are ignored.
  2317.  
  2318.    The second way is with a ';'. All text to the right of the ';'
  2319.    (semicolon) is ignored.
  2320.  
  2321.     BlankTime = 20  ;this is where we set the blank time.
  2322.  
  2323.  
  2324.  
  2325.    Computer Tyme MarxMenu Users Manual                     Page 33
  2326.    _______________________________________________________________
  2327.  
  2328.  
  2329.    The third way is using {} or curly braces. Anything inside the curly
  2330.    braces is ignored. Curly braces can be nested.
  2331.  
  2332.     {All of {this} is a comment.}
  2333.  
  2334.    Comments are ignored by the compiler and cost you nothing in execution
  2335.    speed. Comments can save you a lot of time if you have to come back
  2336.    later and work on your menu, or if someone else has to work on it.
  2337.    Therefore, I encourage you to use comments as much as possible.
  2338.  
  2339.    THE MARXMENU COMPILER   THE MARXMENU COMPILER   THE MARXMENU COMPILER
  2340.  
  2341.    MarxMenu reads your MNU files and creates MRX files. These MRX files are
  2342.    a highly digested form of the MNU file that you created. MRX files are
  2343.    the compiled files.
  2344.  
  2345.    When you run MarxMenu, the interpreter MARXMENU.EXE looks for the menu
  2346.    file with the MRX extension. If it doesn't find it, MARXMENU.EXE will
  2347.    automatically load MARXCOMP.EXE and compile the menu. MARXMENU.EXE also
  2348.    compares the file dates of the MNU and the MRX files. If the MNU file is
  2349.    newer than the MRX file, the complier will be loaded.
  2350.  
  2351.    MarxMenu will also force a compile if the MRX file was not complied by
  2352.    the same version and release date of the MarxMenu you are using. MRX
  2353.    files are not compatible from one version of MarxMenu to the next.
  2354.  
  2355.    You can also force a compile from the command line by typing MARXCOMP
  2356.    <menu>.
  2357.  
  2358.    COMPILER COMPATIBILITY   COMPILER COMPATIBILITY   COMPILER COMPATIBILITY
  2359.  
  2360.    The MarxMenu compiler is fully compatible with earlier versions of
  2361.    MarxMenu with a few exceptions. The new compiler does a lot more error
  2362.    checking than earlier versions of MarxMenu and will catch errors that
  2363.    you used to get away with. Other than that, the only difference you
  2364.    should notice will be a speed increase.
  2365.  
  2366.    Earlier versions of MarxMenu had separate names for variable types. The
  2367.    names $VAR, BVAR, #VAR, and FILEVAR act the same as typing VAR.
  2368.  
  2369.    Very early versions of MarxMenu had a different form of the USEARROWS
  2370.    command that required 4 to 5 numbers after it. If you run into this
  2371.    error, just get rid of the numbers after USEARROWS and it will work
  2372.    fine.
  2373.  
  2374.  
  2375.  
  2376.    Computer Tyme MarxMenu Users Manual                     Page 34
  2377.    _______________________________________________________________
  2378.  
  2379.  
  2380.    A WORD ABOUT DOS VERSIONS .....   A WORD ABOUT DOS VERSIONS .....   A WORD ABOUT DOS VERSIONS .....
  2381.  
  2382.    Versions of DOS below 3.3 will cause MarxMenu to use 3.5k of ram where
  2383.    3.3 DOS and above use no memory. 3.2 DOS is very buggy and should be
  2384.    replaced. 3.1 DOS isn't too bad for bugs but if you're using the BACKUP
  2385.    and RESTORE programs that came with it, you're in trouble. They don't
  2386.    work on large files. You'll find that out if you try to restore one of
  2387.    them.
  2388.  
  2389.    MS-DOS 4.01 seems to be pretty clean provided you have the April-89
  2390.    release or later. To determine if you do, check the file date on
  2391.    COMMAND.COM. Earlier versions of DOS 4.01 have SERIOUS BUGS. If you are
  2392.    running any DOS 4 earlier than April-89 you should upgrade immediately.
  2393.  
  2394.    DR-DOS or EZ-DOS are pretty good also. It is very compatible as long as
  2395.    you don't get too strange with it. I recommend version 3.4 or later.
  2396.    4DOS is also pretty good but sometimes some of the advanced features in
  2397.    this product can cause it to behave differently than DOS. This requires
  2398.    extra care when writing your menus.
  2399.  
  2400.    MarxMenu should work correctly on 386 type multiuser operating systems
  2401.    such as Digital Research's Concurrent DOS 386 or SCO VPIX DOS emulators.
  2402.    Although MarxMenu should run under PC-MOS I do not recommend it. My
  2403.    experience with PC-MOS has been nothing but grief.
  2404.  
  2405.    MarxMenu will not run correctly under DesqView 2.26. It will run under
  2406.    2.25 or 3.21. So if you are running 2.26, it needs to be upgraded.
  2407.    MarxMenu contains several support functions for DesqView.
  2408.  
  2409.    If you are running under some weird DOS and are having problems, try it
  2410.    under "regular" DOS and see if it goes away. If it does, try to find out
  2411.    what it is about your weird DOS that makes it not work right. I am
  2412.    interested in being compatible with as many systems as I can. Let me
  2413.    know if you are having problems. But also, try to get your wierd DOS
  2414.    vendors to clean up their act.
  2415.  
  2416.    A WORD ABOUT BUGS .....   A WORD ABOUT BUGS .....   A WORD ABOUT BUGS .....
  2417.  
  2418.    Although I try to create perfect bug free software, every now and then
  2419.    even I make a mistak. If you find one, let me know and I'll fix it.
  2420.  
  2421.  
  2422.  
  2423.    Computer Tyme MarxMenu Users Manual                     Page 35
  2424.    _______________________________________________________________
  2425.  
  2426.  
  2427.    TIPS FROM THE MASTER   TIPS FROM THE MASTER   TIPS FROM THE MASTER
  2428.  
  2429.    Since MarxMenu is a programing language, I want to talk about what
  2430.    programing is and how it is accomplished. I want to dispel some myths
  2431.    and fears relating to it and introduce you to techniques that will help
  2432.    you write code neatly, quickly, and efficiently. From the outside,
  2433.    programming looks like magic; but once you know a few of the tricks, its
  2434.    really not too hard.
  2435.  
  2436.    Many of us who were raised on 50s and 60s science fiction television
  2437.    learned that it is the brainy types who deal with computers. It almost
  2438.    gives you the impression that the computer is smart and you are dumb. As
  2439.    you use the computer, it is evaluating you, and if it figures out that
  2440.    its smarter than you, it can get your job and replace you.
  2441.  
  2442.    COMPUTERS DO SIMPLE TASKS   COMPUTERS DO SIMPLE TASKS   COMPUTERS DO SIMPLE TASKS
  2443.  
  2444.    A computer is a simple device. It does simple tasks. It just does them
  2445.    very fast and accurately. Computers don't even know basic things like
  2446.    how to write letters on the screen or how to read the keyboard. These
  2447.    are programs that the computer runs. Someone had to program your
  2448.    computer to do even the simplest of tasks.
  2449.  
  2450.    As you learn to use MarxMenu start with the simple menus. The SAMPLE.MNU
  2451.    is a very easy program. Study it and understand how it works. Make a
  2452.    copy of it and change one selection to run one of your programs.
  2453.  
  2454.    Once you have changed one selection, change several more. Now MarxMenu
  2455.    is running your programs, and you have made it work. Then try something
  2456.    new. Add more selections. Change the size and position of the box to fit
  2457.    your needs.
  2458.  
  2459.    Take the time to play with it. Try new commands. Build up your menu. Be
  2460.    artistic. The more you work with it, the more you will learn.
  2461.  
  2462.    COMPLEX TASKS ARE MADE OF SIMPLE TASKS   COMPLEX TASKS ARE MADE OF SIMPLE TASKS   COMPLEX TASKS ARE MADE OF SIMPLE TASKS
  2463.  
  2464.    As you learn more about MarxMenu, move on to SAMPLE2.MNU. Here we use
  2465.    more of the power of the MarxMenu language. As you study this menu, you
  2466.    will notice something. Even though it looks complex, it is really a
  2467.    collection of simple tasks. Understand how the moving windows work.
  2468.    Understand that the pop-up menus are just like the main menu. You will
  2469.    see that it is really not a complex menu at all. It is a lot of simple
  2470.    processes hooked together.
  2471.  
  2472.    That is one of the main concepts behind programming. Complex tasks are
  2473.    built out of simple tasks. As you learn the simple tasks, you will
  2474.    quickly understand how to connect them to accomplish complex tasks.
  2475.  
  2476.  
  2477.  
  2478.    Computer Tyme MarxMenu Users Manual                     Page 36
  2479.    _______________________________________________________________
  2480.  
  2481.  
  2482.    When one sees a castle, one can't help but to be impressed. But castles
  2483.    are made of stones. And you can't build castles until you understand how
  2484.    stones work. Then you realize that a castle is just a bunch of stones
  2485.    hooked together. Programming is just like that.
  2486.  
  2487.    To successfully understand MarxMenu, start at the bottom and work your
  2488.    way up. Each little trick you learn becomes another building block for
  2489.    the next trick. What you start with becomes the foundation for the work
  2490.    that you will eventually produce.
  2491.  
  2492.    LEARNING GOOD PROGRAMMING HABITS   LEARNING GOOD PROGRAMMING HABITS   LEARNING GOOD PROGRAMMING HABITS
  2493.  
  2494.    Programming has its pitfalls, here I hope to give you some tips that
  2495.    will help you avoid common mistakes. This, I hope will give you a head
  2496.    start on the road to MarxMenu being done right.
  2497.  
  2498.    The first concept is patience. Rome wasn't built in a day. You may not
  2499.    be able to write grand and glorious menus the first try. In fact, you
  2500.    may have trouble getting the damn thing to work at all. As you have
  2501.    probably already noticed, no program is perfect. Sometimes there are
  2502.    errorrs in the manual. Sometimes it just doesn't work like you expected,
  2503.    or does not work the same way as other programs that are familiar to
  2504.    you.
  2505.  
  2506.    But, once you complete the installation, give it some time and realize
  2507.    that there is a lot of potential here. Approach all challenges with a
  2508.    good attitude.
  2509.  
  2510.    USE LONG NAMES   USE LONG NAMES   USE LONG NAMES
  2511.  
  2512.    I learned computers the hard way. Out on the streets. Hanging around
  2513.    with other computer nerds in the late 70s who never went to college
  2514.    either. I was known as a Bit Wit. My first real computer was an IMSAI
  2515.    kit. Actually, it wasn't all IMSAI, it was a combination of several kits
  2516.    where no two boards came from the same supplier. It was in an IMSAI box,
  2517.    so I call it an IMSAI.
  2518.  
  2519.    It was all supposed to work together the salesman told me the day before
  2520.    they went out of business. And it all did after some redesigning. I was
  2521.    tired of fixing CB radios for a living and decided that computers were
  2522.    here to stay and that I was going to learn about them.
  2523.  
  2524.    With that in mind, everything that went wrong became an opportunity for
  2525.    growth. Not that I looked forward to things not working. I programmed
  2526.    the thing from scratch, loading binary codes into memory from an array
  2527.    of switches on the front panel.
  2528.  
  2529.    The first program I wrote ran the EPROM burner, which was the only
  2530.    storage device I had. After I saved this program on a chip, I used it to
  2531.    load the second program onto the chip.
  2532.  
  2533.  
  2534.  
  2535.    Computer Tyme MarxMenu Users Manual                     Page 37
  2536.    _______________________________________________________________
  2537.  
  2538.  
  2539.    Eventually I wrote enough software to talk to the screen and keyboard.
  2540.    Now I could type hex codes on the screen and save them to a chip.
  2541.    Eventually I wrote a tape driver and could save stuff on tape. Later, I
  2542.    traded for a North Star disk drive and had a disk system. One 90k
  2543.    floppy. I thought I was in heaven.
  2544.  
  2545.    I was intimately familiar with my computer. All my programs were in
  2546.    object code with no documentation whatsoever. At that point, a friend of
  2547.    mine, Rufus, turned me on to a language called FORTH.
  2548.  
  2549.    Being an interesting language and very powerful, I typed in the whole
  2550.    compiler in hex and adapted it to work on my system. Once I got Forth
  2551.    up, I wrote a line editor in it. I then used the line editor to write a
  2552.    screen editor. With the screen editor, I rewrote Forth in Forth. The
  2553.    language compiled itself.
  2554.  
  2555.    From working with Forth (which is as much a religion as a programming
  2556.    language) I learned both good and bad habits. Forth is a write only
  2557.    language and is almost impossible to read even with the best of
  2558.    documentation. On the other hand, it is as close to the machine as you
  2559.    can get in a high level language.
  2560.  
  2561.    After opening up a computer store in 1984, it became time to make the
  2562.    jump from CP/M to the DOS world. Turbo Pascal offered an interesting
  2563.    solution. They had both a CP/M and DOS compiler. This meant that
  2564.    programs I wrote would run on both machines. The thing that struck me
  2565.    about Pascal was that I could read it better than Forth, and I didn't
  2566.    even know the language. Not only that, but I could follow the programs
  2567.    that other people wrote and incorporate their code into my programs.
  2568.  
  2569.    The more programs I wrote, the more I came to appreciate a language that
  2570.    was reader friendly. I could manage my programs much easier without
  2571.    having to remember so much. Other people could follow what I was doing
  2572.    easier.
  2573.  
  2574.    The important thing I learned was that readability is very important in
  2575.    a program. The more complex the program, the more important readability
  2576.    becomes.
  2577.  
  2578.    One of the main design factors in the MarxMenu language is readability.
  2579.    I could have used short names for my commands and it's not like I like
  2580.    to type. I'm still on just two fingers here. Its just that descriptive
  2581.    names are so much more meaningful when putting simple processes together
  2582.    to create complex processes.
  2583.  
  2584.    The point (finally) is, when creating variable names, or procedure
  2585.    names, use long meaningful names. It may take more typing, but it takes
  2586.    a lot less thinking and remembering later on. Consider the following
  2587.    example in choosing variable names.
  2588.  
  2589.  
  2590.  
  2591.    Computer Tyme MarxMenu Users Manual                     Page 38
  2592.    _______________________________________________________________
  2593.  
  2594.  
  2595.     Var KlingonsDestroyedInBattle
  2596.     Var K
  2597.  
  2598.    In the above example, it is obvious which one tells you more about what
  2599.    information is stored in the variable.
  2600.  
  2601.    USE COMMENTS LIBERALLY   USE COMMENTS LIBERALLY   USE COMMENTS LIBERALLY
  2602.  
  2603.    Even though MarxMenu is easy to read, it still should be commented. The
  2604.    examples that come with this disk do not have as many comments as they
  2605.    should. Don't do as I do, do as I say. I'm lazy and a bad example.
  2606.  
  2607.    Comments are not compiled in your MRX files and cost you nothing at
  2608.    execution time. In order to make commenting easy, I have provided three
  2609.    separate comment commands. Learn these commands first.
  2610.  
  2611.    Every menu should include a title comment. This should include the name
  2612.    and phone number of the person who wrote it. If you have a problem with
  2613.    a menu and you send it to me, I expect a title comment. That way I can
  2614.    call you about it.
  2615.  
  2616.     Comment
  2617.     ====================================================================
  2618.  
  2619.     This comment was created by Marc Perkel 1-417-866-1222
  2620.  
  2621.     Last Updated: 01-28-90
  2622.  
  2623.     This form of comment block is better than using ';' because not using ;
  2624.     allows you to turn your word wrap feature on and do some professional
  2625.     looking editing in the comment block. This kind of comment block should
  2626.     be at the beginning of each and every menu you create.
  2627.  
  2628.     The top and bottom bars are for looks only and are not necessary to the
  2629.     comment. I strongly encourage you to use bars and do things for looks
  2630.     in source code. Looks are very important and you should put as much
  2631.     care into your comments as you do in writing a business letter.
  2632.  
  2633.     If you learn MarxMenu well, your source code may be part of your next
  2634.     job interview as you move up the corporate ladder. So you want it to
  2635.     look good.
  2636.  
  2637.     By the way, if you upload your menus to my bulleten board, I expect a
  2638.     comment block at the top of your menu with your phone number so I can
  2639.     get back to you.
  2640.  
  2641.     ====================================================================
  2642.     EndComment
  2643.  
  2644.  
  2645.  
  2646.    Computer Tyme MarxMenu Users Manual                     Page 39
  2647.    _______________________________________________________________
  2648.  
  2649.  
  2650.    INDENT YOUR CODE   INDENT YOUR CODE   INDENT YOUR CODE
  2651.  
  2652.    As programs get more complex, it gets harder to match the IFs with the
  2653.    ELSEs and the ENDIFs. This is where indenting comes in. It creates a
  2654.    logical grouping of statements and you can easily see what goes with
  2655.    what.
  2656.  
  2657.     Procedure IfDemo
  2658.        IF <condition>
  2659.           <statement>
  2660.           <statement>
  2661.        ELSE
  2662.           <statement>
  2663.           <statement>
  2664.           WHILE <condition>
  2665.              <statement>
  2666.              <statement>
  2667.           ENDWHILE
  2668.           <statement>
  2669.        ENDIF
  2670.        <statement>
  2671.     EndProc
  2672.  
  2673.    You can easily see how this helps you follow what you are writing. Now
  2674.    here's a new trick. If you are using an IF, and plan to use an ELSE and
  2675.    an ENDIF, on the line under the IF statement, type in your ELSE and
  2676.    ENDIF lines. Then go back and insert your statements in between these
  2677.    lines. This will help you avoid forgetting the ENDIF or getting mixed up
  2678.    as to which IF matches which ELSE.
  2679.  
  2680.    A similar trick can be done with parens and brackets. When typing a left
  2681.    paren, type the matching right paren with it. Then fill in the code you
  2682.    want to put inside the parens or brackets.
  2683.  
  2684.    FOR DUPLICATE TASKS, USE PROCEDURES   FOR DUPLICATE TASKS, USE PROCEDURES   FOR DUPLICATE TASKS, USE PROCEDURES
  2685.  
  2686.    As menus become longer and more complex, many times you are duplicating
  2687.    a process that you already have written. Although it is easy to copy a
  2688.    block of code, it is better to create a procedure.
  2689.  
  2690.    With procedures, the process is put in one place and is given a name.
  2691.    Preferably a long meaningful name. Once this procedure is defined and
  2692.    named, it can be used as if it were part of the MarxMenu language. This
  2693.    makes menus smaller and easier to read. It is also a way for you to
  2694.    combine small processes into large processes. Procedures can be built
  2695.    using other procedures.
  2696.  
  2697.    Once you have a process figured out and working in a procedure, the
  2698.    whole process becomes a black box with a name that you can use
  2699.    elsewhere. The whole process is reduced down to a name that just works!
  2700.  
  2701.  
  2702.  
  2703.    Computer Tyme MarxMenu Users Manual                     Page 40
  2704.    _______________________________________________________________
  2705.  
  2706.  
  2707.    Another advantage of procedures is that if circumstances change and the
  2708.    procedure needs to be modified, you only make a change one place in your
  2709.    menus, and everything that uses that procedure is automatically changed.
  2710.    This makes menu maintenance easier.
  2711.  
  2712.    DON'T PROGRAM YOURSELF INTO A CORNER   DON'T PROGRAM YOURSELF INTO A CORNER   DON'T PROGRAM YOURSELF INTO A CORNER
  2713.  
  2714.    Using the above techniques will allow you to write very complex menu
  2715.    systems. Failing to use these techniques can limit what you can
  2716.    accomplish. There is a term called "programming yourself into a corner"
  2717.    which refers to a program that is so poorly written, that it can't be
  2718.    modified to accommodate changes and improvements.
  2719.  
  2720.    The height of your programming abilities depends on the foundation on
  2721.    which they are built. You must avoid rushing to the top without first
  2722.    creating a firm foundation on which to build. Good technique is the
  2723.    foundation for good programming. You will have to learn it eventually,
  2724.    it is more efficient to do it right than it is to do it over.
  2725.  
  2726.    Adopting good programming habits reminds me of my favorite light bulb
  2727.    joke:
  2728.  
  2729.    Q. How many psychologists does it take to change a light bulb?
  2730.  
  2731.    A. Only one, but the light bulb has to want to change.
  2732.  
  2733.    A WORD TO WRITERS AND REVIEWERS   A WORD TO WRITERS AND REVIEWERS   A WORD TO WRITERS AND REVIEWERS
  2734.  
  2735.    MarxMenu is a multi-level product fulfilling the needs of a large
  2736.    variety of computer users. It is difficult to compare this product on a
  2737.    feature to feature basis. This is because MarxMenu has about 10 times as
  2738.    many features as any other menu system. These features allow this
  2739.    product to target a very broad variety of computer users, from the
  2740.    novice user, who will only use the LEVEL1 menu, to large companies with
  2741.    hundreds of file servers controlled through the MarxMenu language.
  2742.  
  2743.    One common mistake that writers make when evaluating MarxMenu, is in the
  2744.    area of ease of use. If you are looking for ease of use, stick with the
  2745.    simple menus and the self-configuring menus such as the LEVEL1 example.
  2746.    By looking at it this way, MarxMenu will be as easy to use as any other
  2747.    menus system out there and can be compared for similar features. Even
  2748.    though MarxMenu supports complex commands, it is not necessary to use
  2749.    them in simple menus.
  2750.  
  2751.    If you are doing a comparative review, please let me know on what basis
  2752.    you are making comparisons. This way I can assist you by providing you
  2753.    accurate information in the area of your interest. If you are looking
  2754.    for simple, I can show you simple; if you are looking for power, I can
  2755.    show you power.
  2756.  
  2757.  
  2758.  
  2759.    Computer Tyme MarxMenu Users Manual                     Page 41
  2760.    _______________________________________________________________
  2761.  
  2762.  
  2763.    On the other hand, if you are reviewing power tools and network
  2764.    utilities, you might want to look at the Network Survival Kit and not
  2765.    just MarxMenu. So if you have a copy of only this program, give me a
  2766.    call and I'll get you the latest and greatest.
  2767.  
  2768.    In addition to our software, we also have color prints and color slides
  2769.    available as well as product literature and sample reviews. These are
  2770.    available to make your job easier and help you make those deadlines.
  2771.  
  2772.    MarxMenu tends to be best reviewed as a long article rather than a short
  2773.    one. It is very good if you have a lot of space to fill. With a long
  2774.    article, you can get really in depth with what MarxMenu is able to do.
  2775.  
  2776.    Any publication which reviews any of my products gets a site license to
  2777.    that product whether I like the review or not. Our position is that if
  2778.    you are using MarxMenu yourself, you will get to know it better.
  2779.  
  2780.    So far, as of the date I write this, no writer has written an article
  2781.    about MarxMenu that I feel covered what this product is really capable
  2782.    of doing. Consider this a challenge.
  2783.  
  2784.    Any questions you have about any of my products, feel free to call. The
  2785.    main thing I ask is that you get the product name, price, our address,
  2786.    and our phone number right.
  2787.  
  2788.    USING MARXHELP   USING MARXHELP   USING MARXHELP
  2789.  
  2790.    MarxHelp is a TSR pop-up help program for MarxMenu. It acts as an online
  2791.    reference guide to all of the MarxMenu commands. MarxHelp only takes 8k
  2792.    of ram and is very useful while writing your MarxMenu applications.
  2793.  
  2794.    To load MarxHelp type MARXHELP at the command line. Then if you want to
  2795.    pop-up an index press Shift-F3. The Shift-F2 key will repeat your last
  2796.    help topic and Shift-F1 will look up the word your cursor is on.
  2797.  
  2798.    To get more help on MarxMenu type MarxHelp /?. If you need to unload
  2799.    MarxHelp from memory, type MarxHelp /U.
  2800.  
  2801.    MarxHelp comes with the Computer Tyme Network Survival Kit. It can also
  2802.    be downloaded from our support BBS. It does not come bundled with the
  2803.    single user version.
  2804.  
  2805.  
  2806.  
  2807.    Computer Tyme MarxMenu Users Manual                     Page 42
  2808.    _______________________________________________________________
  2809.  
  2810.  
  2811.    PRINTING THE EXAMPLE FILES   PRINTING THE EXAMPLE FILES   PRINTING THE EXAMPLE FILES
  2812.  
  2813.    MarxMenu comes with several example programs from simple to complex. The
  2814.    first thing to do is print the sample menus and study them. Start with
  2815.    the easy ones. You may never need to use any of the more complex ones,
  2816.    but if you do, a large variety of advanced techniques are demonstrated.
  2817.  
  2818.    By studying the sample menus, and comparing them to this manual, it
  2819.    should be fairly easy to become productive writing your own menus.
  2820.  
  2821.    MARXMENU COMMANDS   MARXMENU COMMANDS   MARXMENU COMMANDS
  2822.  
  2823.    MarxMenu contains a rich set of commands. They are listed here
  2824.    alphabetically and by command category. You don't have to learn them all
  2825.    so don't let the size of the list scare you.
  2826.  
  2827.    In the following command list, words contained within ( ) are command
  2828.    parameters that must be included after the menu command. If the
  2829.    parameter is not required, it will be contained in [ ]. The numeric
  2830.    range for the <column> parameter is 1 - 80 decimal, and for the <row>
  2831.    parameter the range is 1 - 25, 43, or 50 decimal depending on how many
  2832.    lines your monitor displays.
  2833.  
  2834.    | (Vertical Bar)   | (Vertical Bar)   | (Vertical Bar)
  2835.    Forces MarxMenu interpretation under an OnKey Command. If not for the |
  2836.    (Vertical Bar), the command under an OnKey would be written to a batch
  2837.    file. The | is only used under OnKey commands.
  2838.  
  2839.     Example:
  2840.       OnKey 'S'
  2841.         |password 'hello' 3 4
  2842.         ECHO Type EXIT to return to menu
  2843.         COMMAND.COM
  2844.  
  2845.       OnKey 'X'
  2846.         |If UpperCase( ReadEnv( 'USERNAME' ) ) = 'SUPERVISOR'
  2847.           SYSCON
  2848.         |Else
  2849.         |  SecurityBreach( 'You do not have access to this function!' )
  2850.         |EndIf
  2851.  
  2852.    Category: Misc
  2853.  
  2854.  
  2855.  
  2856.    Computer Tyme MarxMenu Users Manual                     Page 43
  2857.    _______________________________________________________________
  2858.  
  2859.  
  2860.    ( : Operator   ( : Operator   ( : Operator
  2861.    Starts logical interpreter grouping.
  2862.  
  2863.    Used to force evalution of an expression.
  2864.  
  2865.     Example:
  2866.       2 * 3 + 2     evaluates to  8
  2867.       2 * ( 3 + 2 ) evaluates to  10
  2868.  
  2869.    Category: Misc
  2870.  
  2871.    ) : Operator   ) : Operator   ) : Operator
  2872.    Ends logical interpreter grouping.
  2873.  
  2874.    See Also: (
  2875.  
  2876.    Category: Misc
  2877.  
  2878.    * : Operator   * : Operator   * : Operator
  2879.    Multiplies two numbers.
  2880.  
  2881.    Category: Math, Float
  2882.  
  2883.    + : Operator   + : Operator   + : Operator
  2884.    Adds two numbers or two strings.
  2885.  
  2886.     Example:
  2887.       "Hello" + " " + "World" = "Hello World"
  2888.       2 + 2 = 4
  2889.  
  2890.    Category: Math, String, Float
  2891.  
  2892.    - : Operator   - : Operator   - : Operator
  2893.    Subtracts two numbers.
  2894.  
  2895.    Category: Math, Float
  2896.  
  2897.    / : Operator   / : Operator   / : Operator
  2898.    Divides two numbers.
  2899.  
  2900.    Category: Math, Float
  2901.  
  2902.    < : Operator   < : Operator   < : Operator
  2903.    Less Than - Compares two numbers or strings.
  2904.  
  2905.    Category: Math, String, Float
  2906.  
  2907.  
  2908.  
  2909.    Computer Tyme MarxMenu Users Manual                     Page 44
  2910.    _______________________________________________________________
  2911.  
  2912.  
  2913.    <= : Operator   <= : Operator   <= : Operator
  2914.    Less Than or Equal - Compares two numbers or strings.
  2915.  
  2916.    Category: Math, String, Float
  2917.  
  2918.    <> : Operator   <> : Operator   <> : Operator
  2919.    Not Equal - Compares two numbers or strings.
  2920.  
  2921.    Category: Math, String, Float
  2922.  
  2923.    = : Operator   = : Operator   = : Operator
  2924.    Equal - Compares two numbers or strings.
  2925.  
  2926.    Category: Math, String, Float
  2927.  
  2928.    > : Operator   > : Operator   > : Operator
  2929.    Greater Than - Compares two numbers or strings.
  2930.  
  2931.    Category: Math, String, Float
  2932.  
  2933.    >= : Operator   >= : Operator   >= : Operator
  2934.    Greater Than or Equal - Compares two numbers or strings.
  2935.  
  2936.    Category: Math, String, Float
  2937.  
  2938.    %MenuFileName : String   %MenuFileName : String   %MenuFileName : String
  2939.    This returns the name of the current menu file including the complete
  2940.    path. It can be used under an OnKey statement to edit the current menu
  2941.    as follows:
  2942.  
  2943.     Example:
  2944.       OnKey 'E'
  2945.         EDIT %MenuFileName
  2946.  
  2947.    Category: String
  2948.  
  2949.    Abs : Number   Abs : Number   Abs : Number
  2950.    Returns the absolute value of a number. The absolute value is the value
  2951.    of the number without the sign.
  2952.  
  2953.     Example:
  2954.        Abs(-6) returns 6
  2955.  
  2956.    Category: Math, Float
  2957.  
  2958.  
  2959.  
  2960.    Computer Tyme MarxMenu Users Manual                     Page 45
  2961.    _______________________________________________________________
  2962.  
  2963.  
  2964.    Alias   Alias   Alias
  2965.    Alias <name> = <string>
  2966.    This is a compiler level text substitution command. When <name> is
  2967.    defined as <string> whenever you use <name> its the same to the compiler
  2968.    as if <string> were typed there.
  2969.  
  2970.     Example:
  2971.       Alias TwoPlusThree = "(2 + 3)"
  2972.       .
  2973.       .
  2974.       .
  2975.       2 * TwoPlusThree = 10
  2976.       .
  2977.       Writeln TwoPlusThree
  2978.  
  2979.    Writeln TwoPlusThree is the same as Writeln (2 + 3)
  2980.  
  2981.    Category: Misc
  2982.  
  2983.    And : Operator   And : Operator   And : Operator
  2984.    Returns logical And if operators are boolean; or bitwise And if
  2985.    operators are numeric.
  2986.  
  2987.    Category: Math, Boolean
  2988.  
  2989.    Apr : Number   Apr : Number   Apr : Number
  2990.    April, returns the number 4.
  2991.  
  2992.    Category: MonthName
  2993.  
  2994.    ArcTan (Radians) : Real   ArcTan (Radians) : Real   ArcTan (Radians) : Real
  2995.    Returns the ArcTangent of a real.
  2996.  
  2997.    Category: Math, Float
  2998.  
  2999.    Aug : Number   Aug : Number   Aug : Number
  3000.    August, returns the number 8.
  3001.  
  3002.    Category: MonthName
  3003.  
  3004.  
  3005.  
  3006.    Computer Tyme MarxMenu Users Manual                     Page 46
  3007.    _______________________________________________________________
  3008.  
  3009.  
  3010.    Bat (string)   Bat (string)   Bat (string)
  3011.    Used to write a line to the batch file the same way OnKey does. All the
  3012.    same rules apply. The batch file is created when the menu exits.
  3013.    MarxMenu exits with ErrorLevel 0 unless some other value has been
  3014.    specified using the ExitCode command.
  3015.  
  3016.     Example:
  3017.       BAT "command /c dir a:"
  3018.       ExitMenu
  3019.  
  3020.    See Also: OnKey
  3021.  
  3022.    Category: Execution
  3023.  
  3024.    BatFileName : String   BatFileName : String   BatFileName : String
  3025.    Returns the name of the batch file that MarxMenu would create if
  3026.    MarxMenu were to create a batch file automatically.
  3027.  
  3028.    Category: String
  3029.  
  3030.    BigShadow   BigShadow   BigShadow
  3031.    Selects big shadow type. This is the default shadow.
  3032.  
  3033.    See Also: SmallShadow, ShadowPosition, ShadowColor
  3034.  
  3035.    Category: Display
  3036.  
  3037.    Black : Number   Black : Number   Black : Number
  3038.    Returns the number 0.
  3039.  
  3040.    Category: Color
  3041.  
  3042.    BlankMessage (string)   BlankMessage (string)   BlankMessage (string)
  3043.    When the screen blanks out, this one line message is displayed. If
  3044.    BlankMessage is not set, the date and time will be displayed.
  3045.  
  3046.    See Also: ConsolePos
  3047.  
  3048.    Category: String
  3049.  
  3050.    BlankTime (minutes)   BlankTime (minutes)   BlankTime (minutes)
  3051.    Sets the number of minutes before the screen blanks out to prevent
  3052.    screen burn. Since this is not a resident program, screen blanking is
  3053.    only active while the menu system is active. Setting BlankTime to 0
  3054.    prevents screen blanking.
  3055.  
  3056.     Example:
  3057.       Set ConsolePos
  3058.  
  3059.    Category: Display
  3060.  
  3061.  
  3062.  
  3063.    Computer Tyme MarxMenu Users Manual                     Page 47
  3064.    _______________________________________________________________
  3065.  
  3066.  
  3067.    BlockBox   BlockBox   BlockBox
  3068.    Selects block type box for menu borders.
  3069.  
  3070.    See Also: SingleLineBox, DoubleLineBox, CustomBox, NoBoxBorder
  3071.  
  3072.    Category: Display
  3073.  
  3074.    Blue : Number   Blue : Number   Blue : Number
  3075.    Returns the number 1.
  3076.  
  3077.    Category: Color
  3078.  
  3079.    BoxBorderColor (forecolor,backcolor)   BoxBorderColor (forecolor,backcolor)   BoxBorderColor (forecolor,backcolor)
  3080.    Sets colors for box border.
  3081.  
  3082.    Category: Display
  3083.  
  3084.    BoxHeader (string)   BoxHeader (string)   BoxHeader (string)
  3085.    Sets the center header message for the next box displayed. This command
  3086.    is used before the DrawBox command.
  3087.  
  3088.     Example:
  3089.        BoxHeader ' Main Choices '
  3090.        DrawBox (25,6,30,9)
  3091.  
  3092.    See Also: BoxHeaderLeft, BoxHeaderRight
  3093.    See Also: BoxFooter, BoxFooterLeft, BoxFooterRight
  3094.  
  3095.    Category: Display
  3096.  
  3097.    BoxHeaderLeft (string)   BoxHeaderLeft (string)   BoxHeaderLeft (string)
  3098.    Sets the left header message for the next box displayed. This command is
  3099.    used before the DrawBox command.
  3100.  
  3101.     Example:
  3102.        BoxHeaderLeft ' Main Choices '
  3103.        DrawBox (25,6,30,9)
  3104.  
  3105.    See Also: BoxHeader, BoxHeaderRight
  3106.    See Also: BoxFooter, BoxFooterLeft, BoxFooterRight
  3107.  
  3108.    Category: Display
  3109.  
  3110.  
  3111.  
  3112.    Computer Tyme MarxMenu Users Manual                     Page 48
  3113.    _______________________________________________________________
  3114.  
  3115.  
  3116.    BoxHeaderRight (string)   BoxHeaderRight (string)   BoxHeaderRight (string)
  3117.    Sets the right header message for the next box displayed. This command
  3118.    is used before the DrawBox command.
  3119.  
  3120.     Example:
  3121.        BoxHeaderRight ' Main Choices '
  3122.        DrawBox (25,6,30,9)
  3123.  
  3124.    See Also: BoxHeader, BoxHeaderLeft
  3125.    See Also: BoxFooter, BoxFooterLeft, BoxFooterRight
  3126.  
  3127.    Category: Display
  3128.  
  3129.    BoxHeaderColor (forecolor,backcolor)   BoxHeaderColor (forecolor,backcolor)   BoxHeaderColor (forecolor,backcolor)
  3130.    Sets colors for the box headers and box footers.
  3131.  
  3132.    Category: Display
  3133.  
  3134.    BoxFooter (string)   BoxFooter (string)   BoxFooter (string)
  3135.    Sets the center footer message for the next box displayed. This command
  3136.    is used before the DrawBox command.
  3137.  
  3138.     Example:
  3139.        BoxFooter ' Main Choices '
  3140.        DrawBox (25,6,30,9)
  3141.  
  3142.    See Also: BoxHeader, BoxHeaderLeft, BoxHeaderRight
  3143.    See Also: BoxFooterLeft, BoxFooterRight
  3144.  
  3145.    Category: Display
  3146.  
  3147.    BoxFooterLeft (string)   BoxFooterLeft (string)   BoxFooterLeft (string)
  3148.    Sets the left footer message for the next box displayed. This command is
  3149.    used before the DrawBox command.
  3150.  
  3151.     Example:
  3152.        BoxFooterLeft ' Main Choices '
  3153.        DrawBox (25,6,30,9)
  3154.  
  3155.    See Also: BoxHeader, BoxHeaderLeft, BoxHeaderRight
  3156.    See Also: BoxFooter, BoxFooterRight
  3157.  
  3158.    Category: Display
  3159.  
  3160.  
  3161.  
  3162.    Computer Tyme MarxMenu Users Manual                     Page 49
  3163.    _______________________________________________________________
  3164.  
  3165.  
  3166.    BoxFooterRight (string)   BoxFooterRight (string)   BoxFooterRight (string)
  3167.    Sets the right footer message for the next box displayed. This command
  3168.    is used before the DrawBox command.
  3169.  
  3170.     Example:
  3171.        BoxFooterRight ' Main Choices '
  3172.        DrawBox (25,6,30,9)
  3173.  
  3174.    See Also: BoxHeader, BoxHeaderLeft, BoxHeaderRight
  3175.    See Also: BoxFooter, BoxFooterLeft
  3176.  
  3177.    Category: Display
  3178.  
  3179.    BoxInsideColor (forecolor,backcolor)   BoxInsideColor (forecolor,backcolor)   BoxInsideColor (forecolor,backcolor)
  3180.    Sets colors for box interior.
  3181.  
  3182.    Category: Display
  3183.  
  3184.    Brown : Number   Brown : Number   Brown : Number
  3185.    Returns the number 7.
  3186.  
  3187.    Category: Color
  3188.  
  3189.    BW40 : Number   BW40 : Number   BW40 : Number
  3190.    Returns the number 0. Relates to the DOS Mode BW40 command.
  3191.  
  3192.    Category: Video
  3193.  
  3194.    BW80 : Number   BW80 : Number   BW80 : Number
  3195.    Returns the number 2. Relates to the DOS Mode BW80 command.
  3196.  
  3197.    Category: Video
  3198.  
  3199.    CapsColor (forecolor,backcolor)   CapsColor (forecolor,backcolor)   CapsColor (forecolor,backcolor)
  3200.    Setting CapsColor allows capital letters and numbers to be a different
  3201.    color than the rest of the text. This is used with the UseArrows command
  3202.    to show which character is the one that selects the options in the
  3203.    window. CapsColor is reset after any TextColor command, so be sure to
  3204.    use CapsColor AFTER TextColor commands.
  3205.  
  3206.    For this option the numbers 0 - 9 and some punctuation characters are
  3207.    considered capitals.
  3208.  
  3209.    See Also: DrawBox
  3210.  
  3211.    Category: Display
  3212.  
  3213.    CapsLock : Boolean   CapsLock : Boolean   CapsLock : Boolean
  3214.    Returns true if caps lock is on.
  3215.  
  3216.    Category: System
  3217.  
  3218.  
  3219.  
  3220.    Computer Tyme MarxMenu Users Manual                     Page 50
  3221.    _______________________________________________________________
  3222.  
  3223.  
  3224.    Chain (MenuName)   Chain (MenuName)   Chain (MenuName)
  3225.    This command will load a new menu. Unlike Jump, MarxMenu stays in
  3226.    memory. The screen is not cleared. If the new menu has exactly the same
  3227.    global variables, the contents of all global variables is retained.
  3228.    Chain allows for a very quick transfer from one menu to another.
  3229.  
  3230.     Example:
  3231.       Chain ('USER')  ;Chains to USER.MNU
  3232.  
  3233.    Category: Execution
  3234.  
  3235.    Char (number) : String   Char (number) : String   Char (number) : String
  3236.    Converts a number into a one character string.
  3237.  
  3238.     Example:
  3239.       Write (Char(65)) ;This will display 'A'
  3240.  
  3241.    Category: String
  3242.  
  3243.    ChDir (string)   ChDir (string)   ChDir (string)
  3244.    Changes directories. The variable FileResult can be tested to see if it
  3245.    was successful. ChDir can also be used to change drives.
  3246.  
  3247.     Example:
  3248.       ChDir( 'C:\HOME\MARXMENU' )
  3249.       ChDir( 'B:' )                ; Will make drive B: the current drive
  3250.  
  3251.    Category: File
  3252.  
  3253.    CleanFileName (string) : String   CleanFileName (string) : String   CleanFileName (string) : String
  3254.    Returns the full path name or directory name of a string. It also
  3255.    removes occurrences of a '\\' in the string. Thus the command: String =
  3256.    CleanFileName('a:\' + '\main.mnu') sets String to 'A:\MAIN.MNU'.
  3257.    CleanFileName also removes extra ending '\' and capitalizes the path.
  3258.  
  3259.    Category: String
  3260.  
  3261.    ClearLine [char]   ClearLine [char]   ClearLine [char]
  3262.    Clears the current line in the current window. The optional parameter is
  3263.    for the decimal number of the IBM graphics character. If [char] is
  3264.    present, the line will be filled with the character.
  3265.  
  3266.     Examples:
  3267.        ClearLine       ;Clears screen with blanks
  3268.        ClearLine 205   ;Clears screen with char 205
  3269.  
  3270.    Category: Display
  3271.  
  3272.  
  3273.  
  3274.    Computer Tyme MarxMenu Users Manual                     Page 51
  3275.    _______________________________________________________________
  3276.  
  3277.  
  3278.    ClearScreen [char]   ClearScreen [char]   ClearScreen [char]
  3279.    Clears the screen. The optional parameter is the decimal number
  3280.    equivalent for an IBM graphics character. If [char] is present, the
  3281.    screen will be filled with [char].
  3282.  
  3283.     Examples:
  3284.        ClearScreen       ;Clears screen with blanks
  3285.        ClearScreen 177   ;Clears screen with char 177
  3286.  
  3287.    Category: Display
  3288.  
  3289.    ClearScreenFirst (on/off)   ClearScreenFirst (on/off)   ClearScreenFirst (on/off)
  3290.    Used in conjunction with Execute. If on, will clear the screen before
  3291.    running the program.
  3292.  
  3293.     Example:
  3294.       OnKey 'D'
  3295.         |ClearScreenFirst On
  3296.         |Execute 'C:\DM.COM'
  3297.  
  3298.    The default is ON.
  3299.  
  3300.    Category: Execution
  3301.  
  3302.    ClearScreenOnExit (on/off)   ClearScreenOnExit (on/off)   ClearScreenOnExit (on/off)
  3303.    Controls whether or not the screen is cleared on menu exit. Default on.
  3304.  
  3305.    Category: Display
  3306.  
  3307.    ClockColor (forecolor,backcolor)   ClockColor (forecolor,backcolor)   ClockColor (forecolor,backcolor)
  3308.    Sets colors for the on screen clock.
  3309.  
  3310.    Category: Display
  3311.  
  3312.    ClockMode   ClockMode   ClockMode
  3313.    ClockMode is a variable whose bits control the format of the on screen
  3314.    clock when it is used.
  3315.  
  3316.     ClockMode Bits:
  3317.     ---------------
  3318.     0 24 hour mode
  3319.     1 AmPm On
  3320.     2 Show Seconds
  3321.     3 UpperCase
  3322.     4 3 char month
  3323.     5 3 char Day of Week
  3324.     6 Show Day of Week
  3325.     7 Dash = 0 Slash = 1 MM-DD-YY or MM/DD/YY
  3326.     8 Long Date
  3327.  
  3328.    Bit 0 on sets hours display to 24 hour mode.
  3329.  
  3330.  
  3331.  
  3332.    Computer Tyme MarxMenu Users Manual                     Page 52
  3333.    _______________________________________________________________
  3334.  
  3335.  
  3336.    Bit 1 turns on the Am/Pm display.
  3337.  
  3338.    Bit 2 on controls if time is shown as HH:MM:SS or just HH:MM.
  3339.  
  3340.    Bit 3 shows date in only upper case.
  3341.  
  3342.    Bit 4 on shows month in 3 characters.
  3343.  
  3344.    Bit 5 shows Day of week as 3 characters.
  3345.  
  3346.    Bit 6 controls if Day of week is displayed.
  3347.  
  3348.    Bit 7 controls if date is shown as MM-DD-YY or MM/DD/YY.
  3349.  
  3350.    Bit 8 shows date in text. (October 3, 1990).
  3351.  
  3352.    Default ClockMode is 326.
  3353.  
  3354.    Category: Display
  3355.  
  3356.    ClockPos (column,row)   ClockPos (column,row)   ClockPos (column,row)
  3357.    Puts a clock on the screen at location (column,row). The command
  3358.    ClockPos 0 0 turns the clock off.
  3359.  
  3360.    Category: Display
  3361.  
  3362.    ClosePrinter   ClosePrinter   ClosePrinter
  3363.    In MarxMenu the printer is just another text file. Closing the printer
  3364.    is not required for ordinary printing. If you are changing printers you
  3365.    need to run ClosePrinter before changing the printer name. The printer
  3366.    is automatically opened by MarxMenu any time you print anything.
  3367.  
  3368.    If you are running Windows or DesqView, closing the printer allows other
  3369.    programs to access the printer. So if you are running under any
  3370.    multitasking shell, be sure to close the printer when you are done with
  3371.    it.
  3372.  
  3373.    If you are using a network like Novell, ClosePrinter will end the print
  3374.    job and send it to the print queue. This avoids the need to wait for
  3375.    print capture timouts to take effect.
  3376.  
  3377.    Closing the printer is good programming practice and will help you stay
  3378.    out of trouble. It's like what your mother taught you. "When you're done
  3379.    with something, put it away."
  3380.  
  3381.    See Also: OpenPrinter, PrinterName
  3382.  
  3383.    Category: Printer
  3384.  
  3385.  
  3386.  
  3387.    Computer Tyme MarxMenu Users Manual                     Page 53
  3388.    _______________________________________________________________
  3389.  
  3390.  
  3391.    ClusterSize <drive> : Number   ClusterSize <drive> : Number   ClusterSize <drive> : Number
  3392.    Returns cluster size in bytes.
  3393.  
  3394.     Example:
  3395.        Writeln (ClusterSize 'C')
  3396.  
  3397.    ClusterSize only looks at the first character of the string for the
  3398.    drive letter.
  3399.  
  3400.    Category: System
  3401.  
  3402.    CmdLine : String   CmdLine : String   CmdLine : String
  3403.    System string variable that returns the rest of the command line after
  3404.    the menu name.
  3405.  
  3406.    Category: String
  3407.  
  3408.    CO40 : Number   CO40 : Number   CO40 : Number
  3409.    Returns the number 1. Relates to the DOS Mode CO40 command.
  3410.  
  3411.    Category: Video
  3412.  
  3413.    CO80 : Number   CO80 : Number   CO80 : Number
  3414.    Returns the number 3. Relates to the DOS Mode CO80 command.
  3415.  
  3416.    Category: Video
  3417.  
  3418.    ColorScreen : Boolean   ColorScreen : Boolean   ColorScreen : Boolean
  3419.    Returns true if screen is a color screen. Note: Running MODE BW80 will
  3420.    cause ColorScreen to return false.
  3421.  
  3422.     Example:
  3423.       If ColorScreen
  3424.           ;Color
  3425.         TextColor( White, Blue )
  3426.       Else
  3427.           ;Monochrome
  3428.         TextColor( White, Black )
  3429.       EndIf
  3430.     Category: Video
  3431.  
  3432.  
  3433.  
  3434.    Computer Tyme MarxMenu Users Manual                     Page 54
  3435.    _______________________________________________________________
  3436.  
  3437.  
  3438.    Comment   Comment   Comment
  3439.    Starts a Comment Block. All text is ignored until EndComment is
  3440.    encountered.
  3441.  
  3442.     Example:
  3443.       Comment
  3444.       =======================================
  3445.  
  3446.       Everything between Comment and EndComment is ignored.
  3447.  
  3448.       =======================================
  3449.       EndComment
  3450.  
  3451.    See Also: EndComment
  3452.  
  3453.    Category: Misc
  3454.  
  3455.    Console (On/Off)   Console (On/Off)   Console (On/Off)
  3456.    The command Console Off will disable access to the console.
  3457.  
  3458.    Category: Display
  3459.  
  3460.    ConsoleBorderColor (Color,Color)   ConsoleBorderColor (Color,Color)   ConsoleBorderColor (Color,Color)
  3461.    Sets the color of the console border.
  3462.  
  3463.     Example:
  3464.       See Also: ConsolePos
  3465.  
  3466.    Category: Display
  3467.  
  3468.    ConsoleHeaderColor (Color,Color)   ConsoleHeaderColor (Color,Color)   ConsoleHeaderColor (Color,Color)
  3469.    Sets the color of the console header.
  3470.  
  3471.    See Also: ConsolePos
  3472.  
  3473.    Category: Display
  3474.  
  3475.    ConsoleInsideColor (Color,Color)   ConsoleInsideColor (Color,Color)   ConsoleInsideColor (Color,Color)
  3476.    Sets the color of the console inside.
  3477.  
  3478.    See Also: ConsolePos
  3479.  
  3480.    Category: Display
  3481.  
  3482.  
  3483.  
  3484.    Computer Tyme MarxMenu Users Manual                     Page 55
  3485.    _______________________________________________________________
  3486.  
  3487.  
  3488.    ConsolePos (column,row)   ConsolePos (column,row)   ConsolePos (column,row)
  3489.    Sets the coordinates of the pop-up console menu.
  3490.  
  3491.     Example:
  3492.       ConsoleBorderColor( White,Blue )
  3493.       ConsoleHeaderColor( Yellow,Blue )
  3494.       ConsoleInsideColor( Yellow,Blue )
  3495.       ConsolePos( 5,5 ) ; Column 5, Row 5
  3496.  
  3497.    Category: Display
  3498.  
  3499.    Const   Const   Const
  3500.    Creates a constant.
  3501.  
  3502.    See Also: Var, Shared, Qualifier
  3503.  
  3504.    Category Variable
  3505.  
  3506.    Cos (Radians) : Real   Cos (Radians) : Real   Cos (Radians) : Real
  3507.    Returns the CoSine of a real.
  3508.  
  3509.    Category: Math, Float
  3510.  
  3511.    CurrentEnvironment   CurrentEnvironment   CurrentEnvironment
  3512.    CurrentEnvironment selects the current environment for use with
  3513.    environment access commands.
  3514.  
  3515.    See Also: ReadEnv SetEnv ReadEnvironment ShellEnvironment
  3516.    See Also: ParentEnvironment MasterEnvironment
  3517.  
  3518.    Category: Environment
  3519.  
  3520.    CurrentWindow : Number   CurrentWindow : Number   CurrentWindow : Number
  3521.    Returns the number of the current window. All windows are given a unique
  3522.    number.
  3523.  
  3524.    See Also: SetTopWindow
  3525.  
  3526.    Category: Display
  3527.  
  3528.    Cursor (On/Off)   Cursor (On/Off)   Cursor (On/Off)
  3529.    MarxMenu automatically turns the cursor on for certain kinds of input.
  3530.    Using Cursor Off prevents MarxMenu from turning the cursor on. Cursor On
  3531.    reverses this and allows MarxMenu to turn the cursor on when needed.
  3532.  
  3533.    Category: Display
  3534.  
  3535.  
  3536.  
  3537.    Computer Tyme MarxMenu Users Manual                     Page 56
  3538.    _______________________________________________________________
  3539.  
  3540.  
  3541.    CustomBox (String)   CustomBox (String)   CustomBox (String)
  3542.    Selects a Box border using an 8 character string to define the sides and
  3543.    the corners.
  3544.  
  3545.     Example:
  3546.       CustomBox ('12345678') ;This will help you figure out what
  3547.                              ;position matches which side.
  3548.  
  3549.    See Also: SingleLineBox, DoubleLineBox, BlockBox, NoBoxBorder
  3550.  
  3551.    Category: Display
  3552.  
  3553.    Cyan : Number   Cyan : Number   Cyan : Number
  3554.    Returns the number 3.
  3555.  
  3556.    Category: Color
  3557.  
  3558.    DateString : String   DateString : String   DateString : String
  3559.    Returns the current date in MM-DD-YY format.
  3560.  
  3561.    Category: Time, String
  3562.  
  3563.    Day : Number   Day : Number   Day : Number
  3564.    Returns the day of the month.
  3565.  
  3566.    Category: Time
  3567.  
  3568.    DayOfWeek : Number   DayOfWeek : Number   DayOfWeek : Number
  3569.    Returns the day of the week.
  3570.  
  3571.      0=SUNDAY
  3572.      1=MONDAY
  3573.      2=TUESDAY
  3574.      3=WEDNESDAY
  3575.      4=THURSDAY
  3576.      5=FRIDAY
  3577.      6=SATURDAY
  3578.  
  3579.    Category: Time
  3580.  
  3581.    Dec : Number   Dec : Number   Dec : Number
  3582.    December, Returns the number 12.
  3583.  
  3584.    Category: MonthName
  3585.  
  3586.  
  3587.  
  3588.    Computer Tyme MarxMenu Users Manual                     Page 57
  3589.    _______________________________________________________________
  3590.  
  3591.  
  3592.    Delete (string,pos,count)   Delete (string,pos,count)   Delete (string,pos,count)
  3593.    Deletes characters from string starting at pos for count.
  3594.  
  3595.     Example:
  3596.       String = 'ABCDEFGH'
  3597.       Delete(String,2,3)
  3598.  
  3599.    This leaves a String containing 'ABFGH'
  3600.  
  3601.    If count exceeds the length of the string, the string is truncated at
  3602.    pos.
  3603.  
  3604.    Another use of Delete is to delete elements of an array.
  3605.  
  3606.    Delete (Array,Position,Count)
  3607.    This works exactly like the delete command for strings. It delete
  3608.    elements of an array beginning at Position for Count elements. The
  3609.    NumberOfElements is adjusted accordingly.
  3610.  
  3611.     Example:
  3612.       MyArray[1] = "ONE"
  3613.       MyArray[2] = "TWO"
  3614.       MyArray[3] = "THREE"
  3615.       MyArray[4] = "FOUR"
  3616.       Delete( MyArray,2,2 )
  3617.  
  3618.     ;MyArray now contains..
  3619.       MyArray[1] = "ONE"
  3620.       MyArray[2] = "FOUR"
  3621.  
  3622.    Category: String, Array
  3623.  
  3624.    DelFile (Name)   DelFile (Name)   DelFile (Name)
  3625.    Deletes a file by name. FileResult returns a 0 if the file existed and
  3626.    the delete was successful.
  3627.  
  3628.     Example:
  3629.       DelFile( 'C:\NOTES\READ.ME' )
  3630.       If FileResult = 0
  3631.         Writeln( 'C:\NOTES\READ.ME was succesfully deleted!' )
  3632.       Else
  3633.         Writeln( 'C:\NOTES\READ.ME was un-succesfully deleted!' )
  3634.       EndIf
  3635.  
  3636.    Category: File
  3637.  
  3638.  
  3639.  
  3640.    Computer Tyme MarxMenu Users Manual                     Page 58
  3641.    _______________________________________________________________
  3642.  
  3643.  
  3644.    Dispose (Variable)   Dispose (Variable)   Dispose (Variable)
  3645.    This command reclaims memory used by a string variable, file variable,
  3646.    or an array. If you are doing a lot of data manipulation, you might want
  3647.    to reclaim memory space used by arrays you are done with. The disposed
  3648.    variable becomes an untyped variable.
  3649.  
  3650.     Example:
  3651.       Loop( 20 )
  3652.         MyArray[LoopIndex] = LoopIndex
  3653.         If (MyArray[LoopIndex] Mod 2) = 0 ;Check to See Also: if number is odd or even
  3654.           Writeln( 'MyArray[' + Str( LoopIndex ) + '] is an EVEN number.' );
  3655.         Else
  3656.           Writeln( 'MyArray[' + Str( LoopIndex ) + '] is an EVEN number.' );
  3657.         EndIf
  3658.       EndLoop
  3659.       Dispose( MyArray ) ;We're finished with the array so reclaim its memory space.
  3660.  
  3661.    Category: Memory, Array
  3662.  
  3663.    DosVersion : Number   DosVersion : Number   DosVersion : Number
  3664.    Returns the major DOS version number.
  3665.  
  3666.    Category: System
  3667.  
  3668.    DosVersionString : String   DosVersionString : String   DosVersionString : String
  3669.    Returns the DOS version number as a 4 character string. This function
  3670.    always returns 2 places past the decimal point. The form of the string
  3671.    is: #.##
  3672.  
  3673.     Example
  3674.        Writeln DosVersionString   ;prints 4.01
  3675.  
  3676.    Category: System, String
  3677.  
  3678.    DosWindow (on/off)   DosWindow (on/off)   DosWindow (on/off)
  3679.    When you set DosWindow on, MarxMenu will not drop out of the menu system
  3680.    when you use the Execute command. It will give you a display of the DOS
  3681.    screen within the current window. The program you execute must be a
  3682.    well-behaved program like DIR or COPY or some of the other DOS commands
  3683.    that talk to the screen through standard file handles.
  3684.  
  3685.    Category: Execution
  3686.  
  3687.    DoubleLineBox   DoubleLineBox   DoubleLineBox
  3688.    Selects double line box.
  3689.  
  3690.    See Also: SingleLineBox, BlockBox, CustomBox, NoBoxBorder
  3691.  
  3692.    Category: Display
  3693.  
  3694.  
  3695.  
  3696.    Computer Tyme MarxMenu Users Manual                     Page 59
  3697.    _______________________________________________________________
  3698.  
  3699.  
  3700.    DrawBox (column,row,width,height)   DrawBox (column,row,width,height)   DrawBox (column,row,width,height)
  3701.    Draws a box on the screen. The (column) and (row) are the upper left
  3702.    corner, (width) and (height) is the box size.
  3703.  
  3704.     Example:
  3705.       Explode On
  3706.       Shadow On
  3707.       DoubleLineBox
  3708.       BoxHeaderColor( Yellow,Red )
  3709.       BoxBorderColor( White, Red )
  3710.       BoxInsideColor( Yellow,Red )
  3711.       InverseColor( Black, Gray )
  3712.       CapsColor( Black, Red )
  3713.       BoxHeader = ' << Main Menu >> '
  3714.       DrawBox( 30,10,40,8 )
  3715.  
  3716.    DrawBox also creates a logical layer for several display variables.
  3717.    These variable include TextColor, InverseColor, CapsColor. It is
  3718.    important to use these color control commands AFTER the DrawBox command
  3719.    in order to properly restore the colors of the previous DrawBox.
  3720.  
  3721.    If you call up a box and when it finishes it messes up the colors of the
  3722.    previous box, you probably used color control commands BEFORE the
  3723.    DrawBox instead of AFTER.
  3724.  
  3725.    Category: Display
  3726.  
  3727.    Drives : Number   Drives : Number   Drives : Number
  3728.    Returns the number of drives. This includes drive names that can be
  3729.    substituted. Most of the time the answer is 5. This relates to your
  3730.    LastDrive = command in your CONFIG.SYS file.
  3731.  
  3732.    Category: System
  3733.  
  3734.    DvAppNumber : Number   DvAppNumber : Number   DvAppNumber : Number
  3735.    Returns the DesqView application number or window number.
  3736.  
  3737.    Category: DesqView
  3738.  
  3739.    DvFrame (Handle,On/Off)   DvFrame (Handle,On/Off)   DvFrame (Handle,On/Off)
  3740.    Turns the DesqView border frame on or off.
  3741.  
  3742.    Category: DesqView
  3743.  
  3744.    DvFreeze (Handle)   DvFreeze (Handle)   DvFreeze (Handle)
  3745.    Freezes a program. The program stops executing.
  3746.  
  3747.    See Also: DvUnFreeze, DvPifExecute, DvLastHandle
  3748.  
  3749.    Category: DesqView
  3750.  
  3751.  
  3752.  
  3753.    Computer Tyme MarxMenu Users Manual                     Page 60
  3754.    _______________________________________________________________
  3755.  
  3756.  
  3757.    DvHide (Handle)   DvHide (Handle)   DvHide (Handle)
  3758.    Hides all output from program making it invisible. The program still
  3759.    continues to run.
  3760.  
  3761.    See Also: DvUnHide
  3762.  
  3763.    Category: DesqView
  3764.  
  3765.    DvKillTask (Handle)   DvKillTask (Handle)   DvKillTask (Handle)
  3766.    Kills a program running under DesqView. The handle is the one returned
  3767.    be DvPifExecute in DvLastHandle.
  3768.  
  3769.    See Also: DvPifExecute
  3770.  
  3771.    Category: DesqView
  3772.  
  3773.    DvLastHandle : Number   DvLastHandle : Number   DvLastHandle : Number
  3774.    Returns a number that is associated with a program running under
  3775.    DesqView. This number is used to control other programs running under
  3776.    DesqView. It is set by DvPifExecute.
  3777.  
  3778.    See Also: DvPifExecute
  3779.  
  3780.    Category: DesqView
  3781.  
  3782.    DvLoaded : Boolean   DvLoaded : Boolean   DvLoaded : Boolean
  3783.    Returns true if DesqView is loaded.
  3784.  
  3785.    Category: DesqView
  3786.  
  3787.    DvMoveWindow (Handle,X,Y)   DvMoveWindow (Handle,X,Y)   DvMoveWindow (Handle,X,Y)
  3788.    Moves DesqView window upper left corner to position X,Y.
  3789.  
  3790.    Category: DesqView
  3791.  
  3792.    DvMyHandle : Number   DvMyHandle : Number   DvMyHandle : Number
  3793.    Returns the DesqView handle of the current process.
  3794.  
  3795.    See Also: DvLastHandle
  3796.  
  3797.    Category: DesqView
  3798.  
  3799.  
  3800.  
  3801.    Computer Tyme MarxMenu Users Manual                     Page 61
  3802.    _______________________________________________________________
  3803.  
  3804.  
  3805.    DvPifExecute (Pif File)   DvPifExecute (Pif File)   DvPifExecute (Pif File)
  3806.    Executes another program under DesqView in another window. MarxMenu
  3807.    stays resident in its original window. The window executes according to
  3808.    the contents of the DesqView PIF file. The PIF file can be specified by
  3809.    using the full name. If you leave of the extension, MarxMenu assumes the
  3810.    extension DVP. If you pass a two character name, like the two characters
  3811.    in the DesqView menus, then MarxMenu will add -PIF.DVP to the name. If
  3812.    the PIF file is on the path, MarxMenu will find it.
  3813.  
  3814.    Warning! DesqView must be loaded to run this command.
  3815.  
  3816.     Example:
  3817.       DvPifExecute 'BD'
  3818.       DvPifExecute 'BD-PIF'       ;These all execute Big DOS
  3819.       DVPifExecute 'BD-PIF.DVP'
  3820.  
  3821.    The task handle is loaded into a variable named DvLastHandle. When the
  3822.    program starts, it becomes the current top program.
  3823.  
  3824.    See Also: DvLoaded, DvLastHandle
  3825.  
  3826.    Category: DesqView
  3827.  
  3828.    DvResizeWindow (Handle,Width,Height)   DvResizeWindow (Handle,Width,Height)   DvResizeWindow (Handle,Width,Height)
  3829.    Changes the size of a DesqView window.
  3830.  
  3831.    Category: DesqView
  3832.  
  3833.    DvSetBottom (Handle)   DvSetBottom (Handle)   DvSetBottom (Handle)
  3834.    Sets the program associated with the handle to the bottom of the task
  3835.    stack.
  3836.  
  3837.    See Also: DvSetTop
  3838.  
  3839.    Category: DesqView
  3840.  
  3841.    DvSetTop (Handle)   DvSetTop (Handle)   DvSetTop (Handle)
  3842.    Sets the program associated with the handle to be the top running task.
  3843.    Using DvMyHandle allows MarxMenu to regain control after starting
  3844.    another task.
  3845.  
  3846.     Example:
  3847.        DvSetTop (DvMyHandle)
  3848.  
  3849.    See Also: DvSetBottom, DvLastHandle
  3850.  
  3851.    Category: DesqView
  3852.  
  3853.  
  3854.  
  3855.    Computer Tyme MarxMenu Users Manual                     Page 62
  3856.    _______________________________________________________________
  3857.  
  3858.  
  3859.    DvUnFreeze (Handle)   DvUnFreeze (Handle)   DvUnFreeze (Handle)
  3860.    UnFreezes a program. The program starts executing again.
  3861.  
  3862.    See Also: DvFreeze, DvPifExecute, DvLastHandle
  3863.  
  3864.    Category: DesqView
  3865.  
  3866.    DvUnHide (Handle)   DvUnHide (Handle)   DvUnHide (Handle)
  3867.    Reverses the effect of DvHide making program output visable again.
  3868.  
  3869.    See Also: DvHide
  3870.  
  3871.    Category: DesqView
  3872.  
  3873.    Else   Else   Else
  3874.    Starts lines executed if a condition is not true.
  3875.  
  3876.    See Also: If Then Endif
  3877.  
  3878.    Category: Conditional
  3879.  
  3880.    EndComment   EndComment   EndComment
  3881.    Ends a comment block.
  3882.  
  3883.    See Also: Comment
  3884.  
  3885.    Category: Misc
  3886.  
  3887.    EndIf   EndIf   EndIf
  3888.    Ends an if statement.
  3889.  
  3890.    See Also: If Else Then
  3891.  
  3892.    Category: Conditional
  3893.  
  3894.    EndLoop   EndLoop   EndLoop
  3895.    Ends a loop statement.
  3896.  
  3897.    See Also: Loop LoopIndex LoopLimit
  3898.  
  3899.    Category: Conditional
  3900.  
  3901.  
  3902.  
  3903.    Computer Tyme MarxMenu Users Manual                     Page 63
  3904.    _______________________________________________________________
  3905.  
  3906.  
  3907.    EndOfFile (FileVar) : Boolean   EndOfFile (FileVar) : Boolean   EndOfFile (FileVar) : Boolean
  3908.    Returns True if you are at the end of the file.
  3909.  
  3910.     Example:
  3911.       Var In
  3912.  
  3913.       FileAssign (In, 'C:\NOTES\READ.ME')
  3914.       FileOpen (In)
  3915.       While Not EndOfFile (In)
  3916.          Writeln (FileReadLn (In))
  3917.       EndWhile
  3918.       FileClose (In)
  3919.  
  3920.    Category: File
  3921.  
  3922.    EndProc   EndProc   EndProc
  3923.    Ends a Procedure.
  3924.  
  3925.    See Also: Procedure Return
  3926.  
  3927.    Category: Misc
  3928.  
  3929.    EndWhile   EndWhile   EndWhile
  3930.    Ends a While statement.
  3931.  
  3932.    See Also: While
  3933.  
  3934.    Category: Conditional
  3935.  
  3936.    EnvFree : Number   EnvFree : Number   EnvFree : Number
  3937.    Returns the free space in the selected environment.
  3938.  
  3939.    Category: Environment
  3940.  
  3941.    EnvSize : Number   EnvSize : Number   EnvSize : Number
  3942.    Returns the size of the selected environment.
  3943.  
  3944.     Example:
  3945.       If EnvSize < 50
  3946.         Warning( 'Your envrionment size is less than 20 bytes!!' )
  3947.       Endif
  3948.  
  3949.    Category: Environment
  3950.  
  3951.    EraseTopWindow   EraseTopWindow   EraseTopWindow
  3952.    Erases the last window created with DrawBox.
  3953.  
  3954.    Category: Display
  3955.  
  3956.  
  3957.  
  3958.    Computer Tyme MarxMenu Users Manual                     Page 64
  3959.    _______________________________________________________________
  3960.  
  3961.  
  3962.    Execute (command string)   Execute (command string)   Execute (command string)
  3963.    This allows you to execute a program without dropping out of MarxMenu.
  3964.    MarxMenu remains resident in memory and takes up approximately 100k. No
  3965.    batch file will be created by MarxMenu.
  3966.  
  3967.    This is handy if you have a small program you want to run from the menu
  3968.    but don't want to allow for the time required by MarxMenu to create and
  3969.    run a batch file. You can also execute some programs in a MarxMenu
  3970.    window (See Also: DosWindow). You can also execute a program and examine
  3971.    the return code.
  3972.  
  3973.    This command can be placed in a progression of menu commands without any
  3974.    special handling. Under an OnKey statement, you will need to enclose the
  3975.    command between a begin and end statement.
  3976.  
  3977.     Example:
  3978.       OnKey 'D'
  3979.       |Execute 'C:\DM.COM'
  3980.  
  3981.    Note: If UseCommand is True or On, MarxMenu will load COMMAND.COM to
  3982.    execute your command. If UseCommand is False, MarxMenu will execute your
  3983.    file directly without COMMAND.COM. Using COMMAND.COM will execute
  3984.    slightly slower, use 3.5k more ram, and allow you to use command lines
  3985.    just like you would from the DOS prompt.
  3986.  
  3987.    COMMAND.COM is required when running internal DOS commands like COPY or
  3988.    DIR. It is also required to run batch files.
  3989.  
  3990.    When UseCommand is off, MarxMenu will search the PATH for the executable
  3991.    file.
  3992.  
  3993.    Not using COMMAND.COM allows you to use the ReturnCode variable to get
  3994.    the ERRORLEVEL from the subprogram.
  3995.  
  3996.    The ClearScreenFirst (On/Off) controls whether MarxMenu will clear the
  3997.    screen before you execute.
  3998.  
  3999.    The PauseAfterExecute (On/Off) allows you to have a pause like the Pause
  4000.    command in batch files. That way you can read the screen before it
  4001.    restores the MarxMenu screen.
  4002.  
  4003.    Category: Execution
  4004.  
  4005.    ExistDir (directory) : Boolean   ExistDir (directory) : Boolean   ExistDir (directory) : Boolean
  4006.    Used to test whether or not a DIRECTORY exists.
  4007.  
  4008.    Category: File
  4009.  
  4010.  
  4011.  
  4012.    Computer Tyme MarxMenu Users Manual                     Page 65
  4013.    _______________________________________________________________
  4014.  
  4015.  
  4016.    ExistFile : Boolean   ExistFile : Boolean   ExistFile : Boolean
  4017.    Used to test whether or not a FILE exists.
  4018.  
  4019.    Category: File
  4020.  
  4021.    ExistOnPath (string) : String   ExistOnPath (string) : String   ExistOnPath (string) : String
  4022.    Used to search the existing paths for the command to be executed by
  4023.    Execute or other function. The program variable must include the full
  4024.    filename.
  4025.  
  4026.     Example:
  4027.       OnKey 'D'
  4028.       |Execute(ExistOnPath('DM.COM'))
  4029.  
  4030.    If the file is not found, a null string is returned.
  4031.  
  4032.    Category: File
  4033.  
  4034.    ExitCode   ExitCode   ExitCode
  4035.    This can be set so MarxMenu will return an ErrorLevel that can be used
  4036.    in a batch file.
  4037.  
  4038.     Example:
  4039.        ExitCode = 100
  4040.  
  4041.    When MarxMenu exits it will use ErrorLevel 100.
  4042.  
  4043.    Category: Execution
  4044.  
  4045.    ExitMenu   ExitMenu   ExitMenu
  4046.    Causes MarxMenu to exit.
  4047.  
  4048.    Category: Execution
  4049.  
  4050.    Exp (Real) : Real   Exp (Real) : Real   Exp (Real) : Real
  4051.    Returns the Exponential of a real. Inverse of Ln.
  4052.  
  4053.    Category: Math, Float
  4054.  
  4055.    Explode (on/off)   Explode (on/off)   Explode (on/off)
  4056.    Turn exploding windows on/off.
  4057.  
  4058.    Category: Display
  4059.  
  4060.    ExplodeDelay (number)   ExplodeDelay (number)   ExplodeDelay (number)
  4061.    Sets the speed of exploding windows. Use this command to adjust the
  4062.    speed of the exploding windows. Default is 15.
  4063.  
  4064.    Category: Display
  4065.  
  4066.  
  4067.  
  4068.    Computer Tyme MarxMenu Users Manual                     Page 66
  4069.    _______________________________________________________________
  4070.  
  4071.  
  4072.    False : Boolean   False : Boolean   False : Boolean
  4073.    Returns boolean False.
  4074.  
  4075.    Category: Boolean
  4076.  
  4077.    Feb : Number   Feb : Number   Feb : Number
  4078.    February, Returns the number 2.
  4079.  
  4080.    Category: MonthName
  4081.  
  4082.    FileAppend (FileVar)   FileAppend (FileVar)   FileAppend (FileVar)
  4083.    Opens a file for access and moves the file pointer to the end of the
  4084.    file. File writes will start at the end of the file.
  4085.  
  4086.    Category: File
  4087.  
  4088.    FileAssign (FileVar,String)   FileAssign (FileVar,String)   FileAssign (FileVar,String)
  4089.    Assigns a file variable to a file name. Files must be given a name
  4090.    before they can be accessed.
  4091.  
  4092.     Example: FileAssign(BatFile,'MARX.BAT')
  4093.  
  4094.    BatFile is a variable and after the FileAssign, it becomes a file
  4095.    variable. All access to the file is done using the file variable.
  4096.  
  4097.    If an empty string is passed as the file name, MarxMenu will use the
  4098.    standard console file handles.
  4099.  
  4100.    Category: File
  4101.  
  4102.    FileAttr (string) : Number   FileAttr (string) : Number   FileAttr (string) : Number
  4103.    Returns file attribute. Can be used on directories also.
  4104.  
  4105.    Category: File
  4106.  
  4107.    FileClose (FileVar)   FileClose (FileVar)   FileClose (FileVar)
  4108.    Closes a file and deallocates the memory space used by the file
  4109.    variable.
  4110.  
  4111.    Category: File
  4112.  
  4113.    FileCreate (FileVar)   FileCreate (FileVar)   FileCreate (FileVar)
  4114.    Creates a new file. If the file exists, it overwrites the old one.
  4115.  
  4116.    Category: File
  4117.  
  4118.  
  4119.  
  4120.    Computer Tyme MarxMenu Users Manual                     Page 67
  4121.    _______________________________________________________________
  4122.  
  4123.  
  4124.    FileDate (string) : Number   FileDate (string) : Number   FileDate (string) : Number
  4125.    Returns file date as 32 bit integer. See Also: DOS manual for date
  4126.    structure.
  4127.  
  4128.    Category: File
  4129.  
  4130.    FileFlush (FileVar)   FileFlush (FileVar)   FileFlush (FileVar)
  4131.    Writes any information that is in the file buffers to disk.
  4132.  
  4133.    Category: File
  4134.  
  4135.    FileLog (FileVar,String)   FileLog (FileVar,String)   FileLog (FileVar,String)
  4136.    This is like FileWriteln except that it always seeks the end of the file
  4137.    and flushes its buffers after each write. Used for usage tracking.
  4138.  
  4139.    Category: File
  4140.  
  4141.    FileOpen (FileVar)   FileOpen (FileVar)   FileOpen (FileVar)
  4142.    Opens a file for access. FileOpen is not needed if you are using the
  4143.    ReadTextFile command. The following example copies a text file.
  4144.  
  4145.       var Inp Out St
  4146.  
  4147.       FileAssign(Inp,'INPUT.TXT')
  4148.       FileOpen(Inp)
  4149.       FileAssign(Out,'OUTPUT.TXT')
  4150.       FileCreate(Out)
  4151.       while not EndOfFile(Inp)
  4152.          FileReadln(Inp,St)
  4153.          FileWriteln(Out,St)
  4154.       endwhile
  4155.       FileClose(Inp)
  4156.       FileClose(Out)
  4157.  
  4158.    Category: File
  4159.  
  4160.    FilePos (FileVar) : Number   FilePos (FileVar) : Number   FilePos (FileVar) : Number
  4161.    Returns the current file position in bytes.
  4162.  
  4163.    Category: File
  4164.  
  4165.    FileReadln (FileVar) : String   FileReadln (FileVar) : String   FileReadln (FileVar) : String
  4166.    Reads one line of an open file returning that line as a string.
  4167.  
  4168.     Example:
  4169.       Line3 = FileReadln(BatFile)
  4170.  
  4171.    Category: File
  4172.  
  4173.  
  4174.  
  4175.    Computer Tyme MarxMenu Users Manual                     Page 68
  4176.    _______________________________________________________________
  4177.  
  4178.  
  4179.    FileRename (Old,New)   FileRename (Old,New)   FileRename (Old,New)
  4180.    Renames a file from old name to new. A file may be moved to a new
  4181.    directory with this command.
  4182.  
  4183.    Category: File
  4184.  
  4185.    FileResult : Number   FileResult : Number   FileResult : Number
  4186.    Returns result code from last file IO. Result codes are the same as
  4187.    Turbo Pascal IOResult codes. These codes usually match the errors
  4188.    returned in the AX register of DOS commands. 0 indicates no problem.
  4189.  
  4190.    Category: File
  4191.  
  4192.    FileSeek (FileVar,Number)   FileSeek (FileVar,Number)   FileSeek (FileVar,Number)
  4193.    Moves the file pointer to a specified place in the file.
  4194.  
  4195.    Category: File
  4196.  
  4197.    FileSize (string) : Number   FileSize (string) : Number   FileSize (string) : Number
  4198.    Returns size of file in bytes.
  4199.  
  4200.    Category: File
  4201.  
  4202.    FileWrite (FileVar,String)   FileWrite (FileVar,String)   FileWrite (FileVar,String)
  4203.    Writes text to a file.
  4204.  
  4205.    Category: File
  4206.  
  4207.    FileWriteln (FileVar,String)   FileWriteln (FileVar,String)   FileWriteln (FileVar,String)
  4208.    Writes text to a file with a carriage return and a line feed.
  4209.  
  4210.    Category: File
  4211.  
  4212.    FixPath   FixPath   FixPath
  4213.    This command reads your path command and verifies that all the paths are
  4214.    accessable. Any path that isn't accessable is removed from the master
  4215.    environment. This can be used on network drives to eliminate searching
  4216.    paths on fileservers that are no longer accessable.
  4217.  
  4218.    Category: Environment
  4219.  
  4220.    Floppies : Number   Floppies : Number   Floppies : Number
  4221.    Returns number of floppy drives.
  4222.  
  4223.    Category: System
  4224.  
  4225.  
  4226.  
  4227.    Computer Tyme MarxMenu Users Manual                     Page 69
  4228.    _______________________________________________________________
  4229.  
  4230.  
  4231.    ForceExplosion (On/Off)   ForceExplosion (On/Off)   ForceExplosion (On/Off)
  4232.    This changes the explosion status of a window that already exists. This
  4233.    allows windows to implode that didn't explode.
  4234.  
  4235.    Category: Display
  4236.  
  4237.    ForceExtension (String,Ext) : String   ForceExtension (String,Ext) : String   ForceExtension (String,Ext) : String
  4238.    This command forces a file extension on a string.
  4239.  
  4240.     Example:
  4241.       St = ForceExtension('MAIN.MNU','MRX')
  4242.  
  4243.    This sets St equal to MAIN.MRX
  4244.  
  4245.    Category: String
  4246.  
  4247.    Fraction (Real) : Real   Fraction (Real) : Real   Fraction (Real) : Real
  4248.    Returns the fractional part of a real.
  4249.  
  4250.    Category: Math, Float
  4251.  
  4252.    FreeDiskSpace <drive> : Number   FreeDiskSpace <drive> : Number   FreeDiskSpace <drive> : Number
  4253.    Returns free disk space in bytes.
  4254.  
  4255.     Example:
  4256.       Writeln (FreeDiskSpace 'C')
  4257.  
  4258.    FreeDiskSpace only looks at the first character of the string for the
  4259.    drive letter.
  4260.  
  4261.    Category: System
  4262.  
  4263.    FreeEMS : Number   FreeEMS : Number   FreeEMS : Number
  4264.    Returns free EMS memory in bytes.
  4265.  
  4266.    Category: Memory
  4267.  
  4268.    FreeMemory : Number   FreeMemory : Number   FreeMemory : Number
  4269.    Returns the amount of free memory still available.
  4270.  
  4271.    Category: Memory
  4272.  
  4273.    Fri : Number   Fri : Number   Fri : Number
  4274.    Friday, Returns the number 5.
  4275.  
  4276.    Category: WeekDay
  4277.  
  4278.  
  4279.  
  4280.    Computer Tyme MarxMenu Users Manual                     Page 70
  4281.    _______________________________________________________________
  4282.  
  4283.  
  4284.    GotoXY (column,row)   GotoXY (column,row)   GotoXY (column,row)
  4285.    Move cursor to location column,row in current box.
  4286.  
  4287.    Category: Display
  4288.  
  4289.    Green : Number   Green : Number   Green : Number
  4290.    Returns the number 2.
  4291.  
  4292.    Category: Color
  4293.  
  4294.    Grey : Number   Grey : Number   Grey : Number
  4295.    Returns the number 7.
  4296.  
  4297.    Category: Color
  4298.  
  4299.    Hour : Number   Hour : Number   Hour : Number
  4300.    Return the current hour. 24 hour format.
  4301.  
  4302.    Category: Time
  4303.  
  4304.    Hundredth : Number   Hundredth : Number   Hundredth : Number
  4305.    Returns the 1/100 of a second from the system clock. Note that the
  4306.    system clock timer tick is 1/18 second so don't expect a lot of accuracy
  4307.    here.
  4308.  
  4309.    Category: Time
  4310.  
  4311.    If   If   If
  4312.    Used for program control.
  4313.  
  4314.     Usage:
  4315.  
  4316.     IF (condition) THEN (statement)
  4317.  
  4318.     IF (condition)
  4319.        (statement)
  4320.        (statement)
  4321.     ELSE
  4322.        (statement)
  4323.        (statement)
  4324.     ENDIF
  4325.  
  4326.    Category: Conditional
  4327.  
  4328.  
  4329.  
  4330.    Computer Tyme MarxMenu Users Manual                     Page 71
  4331.    _______________________________________________________________
  4332.  
  4333.  
  4334.    InactiveBox (BoxType)   InactiveBox (BoxType)   InactiveBox (BoxType)
  4335.    This is used to select the type of box border to use when a window is
  4336.    not the current window. If any inactive box type is specified, then when
  4337.    you execute another DrawBox, the old window's border changes to the
  4338.    inactive box type. The inactive window also loses its headers and
  4339.    shadows.
  4340.  
  4341.    Note that InActiveBox must be used BEFORE the DrawBox command.
  4342.  
  4343.     Example:
  4344.       InActiveBox (SingleLineBox) ;switches to single line box if
  4345.                                    inactive.
  4346.  
  4347.       InactiveBox (NoBoxBorder)   ;disables InActive effect.
  4348.  
  4349.    See Also: InactiveBoxColor
  4350.  
  4351.    Category: Display
  4352.  
  4353.    InactiveBoxColor (foreground,background)   InactiveBoxColor (foreground,background)   InactiveBoxColor (foreground,background)
  4354.    Selects the color of the inactive box window. If Black on Black is
  4355.    selected, (default), the inactive box color is the same as the active
  4356.    box color.
  4357.  
  4358.     Example:
  4359.       BoxBorderColor Yellow Blue
  4360.       InActiveBoxColor Brown Blue
  4361.  
  4362.    See Also: InactiveBox BoxBorderColor
  4363.  
  4364.    Category: Display
  4365.  
  4366.    Include (MenuName)   Include (MenuName)   Include (MenuName)
  4367.    This is used to insert the menu code from another file into the menu
  4368.    that you are compiling.
  4369.  
  4370.     Example:
  4371.       Include 'DOS.MNU'
  4372.  
  4373.    This will compile DOS.MNU into your present menu as if that whole file
  4374.    were part of the menu you are working on.
  4375.  
  4376.    This is useful if you have several menus that share common code. By
  4377.    moving this common code to a separate file, and using an Include
  4378.    statement, you can change the common code and update several menus at
  4379.    once.
  4380.  
  4381.    Changing an include file does not cause MarxMenu to recompile
  4382.    automatically like changing the MNU does. You will have to force it to
  4383.    compile your menus.
  4384.  
  4385.  
  4386.  
  4387.    Computer Tyme MarxMenu Users Manual                     Page 72
  4388.    _______________________________________________________________
  4389.  
  4390.  
  4391.    This can be done several ways. You can type MARXCOMP (menu) or you can
  4392.    just type DEL *.MRX which will cause all the menus to recompile the next
  4393.    time they are run.
  4394.  
  4395.    Category: Misc
  4396.  
  4397.    InputString (String)   InputString (String)   InputString (String)
  4398.    Preloads a string for the Readln command. The next Readln will have the
  4399.    InputString on the screen for you to edit or accept. Once Readln
  4400.    executes, InputString is cleared to a blank string.
  4401.  
  4402.     Example:
  4403.       InputString = ReadEnv('USERNAME')
  4404.       YourName = Readln
  4405.  
  4406.    Category: Keyboard, String
  4407.  
  4408.    Insert (InsString,OrigString,Pos)   Insert (InsString,OrigString,Pos)   Insert (InsString,OrigString,Pos)
  4409.    Inserts a string into a string.
  4410.  
  4411.     Example:
  4412.       St = 'ABCDEF'
  4413.       Insert('123',St,3)
  4414.  
  4415.    St will become 'ABC123DEF'
  4416.  
  4417.    Category: String
  4418.  
  4419.    InsertMode (On/Off)   InsertMode (On/Off)   InsertMode (On/Off)
  4420.    Turns insert mode on and off for Readln commands.
  4421.  
  4422.    Category: Keyboard
  4423.  
  4424.    Int (Real) : Real   Int (Real) : Real   Int (Real) : Real
  4425.    Returns the integer part of a real as a real.
  4426.  
  4427.    Category: Math, Float
  4428.  
  4429.    Integer (Real) : Number   Integer (Real) : Number   Integer (Real) : Number
  4430.    Returns the integer part of a real as an integer. The fractional part is
  4431.    truncated.
  4432.  
  4433.    Category: Math, Float
  4434.  
  4435.    InverseColor (forecolor,backcolor)   InverseColor (forecolor,backcolor)   InverseColor (forecolor,backcolor)
  4436.    Sets colors for inverse bar used with UseArrows command.
  4437.  
  4438.    Category: Display
  4439.  
  4440.  
  4441.  
  4442.    Computer Tyme MarxMenu Users Manual                     Page 73
  4443.    _______________________________________________________________
  4444.  
  4445.  
  4446.    Jan : Number   Jan : Number   Jan : Number
  4447.    January, Returns the number 1.
  4448.  
  4449.    Category: MonthName
  4450.  
  4451.    Jul : Number   Jul : Number   Jul : Number
  4452.    July, Returns the number 7.
  4453.  
  4454.    Category: MonthName
  4455.  
  4456.    Jun : Number   Jun : Number   Jun : Number
  4457.    June, Returns the number 6.
  4458.  
  4459.    Category: MonthName
  4460.  
  4461.    Jump (menu)   Jump (menu)   Jump (menu)
  4462.    Jumps to another menu and does not return to original menu.
  4463.  
  4464.    Category: Execution
  4465.  
  4466.    KbdReady : Boolean   KbdReady : Boolean   KbdReady : Boolean
  4467.    Returns true if Key is pressed.
  4468.  
  4469.    Category: Keyboard
  4470.  
  4471.    KeySave : String   KeySave : String   KeySave : String
  4472.    Stores your keystrokes that you pressed to get to the menu level where
  4473.    you are at. KeySave is passed to DOS using the SET KSV= command to store
  4474.    your position in the menu system. To make this work, you must execute
  4475.    SavePosition On.
  4476.  
  4477.    This variable can be set by you to force MarxMenu to return to a place
  4478.    in the menu other than where you are. This allows MarxMenu to suggest a
  4479.    next step.
  4480.  
  4481.    See Also: SavePosition
  4482.  
  4483.    Category: String, Environment, Execution
  4484.  
  4485.    KillMusic   KillMusic   KillMusic
  4486.    This command stops the music and de-allocates the memory used by the
  4487.    music buffer.
  4488.  
  4489.    Category: Music
  4490.  
  4491.  
  4492.  
  4493.    Computer Tyme MarxMenu Users Manual                     Page 74
  4494.    _______________________________________________________________
  4495.  
  4496.  
  4497.    LastKey : String   LastKey : String   LastKey : String
  4498.    LastKey returns the last key that was typed at the keyboard. This can be
  4499.    used after a Readln to determine if the ESC key was pressed or perhaps
  4500.    the up or down arrow keys.
  4501.  
  4502.    Sometimes after the press of an ESC key, MarxMenu wants to exit more
  4503.    levels than you want it to. This can be controlled by setting LastKey =
  4504.    ' ' to stop the abort process.
  4505.  
  4506.    See Also: Readln
  4507.  
  4508.    Category: String
  4509.  
  4510.    LBlue : Number   LBlue : Number   LBlue : Number
  4511.    Light Blue, Returns the number 9.
  4512.  
  4513.    Category: Color
  4514.  
  4515.    LCyan : Number   LCyan : Number   LCyan : Number
  4516.    Light Cyan, Returns the number 11.
  4517.  
  4518.    Category: Color
  4519.  
  4520.    Left (string,count) : String   Left (string,count) : String   Left (string,count) : String
  4521.    Returns string starting at the beginning for count characters.
  4522.  
  4523.     Example: Left('ABCDEF',3) returns 'ABC'
  4524.  
  4525.    Category: String
  4526.  
  4527.    Length (string) : Number   Length (string) : Number   Length (string) : Number
  4528.    Returns the length of the string.
  4529.  
  4530.    Category: String
  4531.  
  4532.    LGreen : Number   LGreen : Number   LGreen : Number
  4533.    Light Green, Returns the number 10.
  4534.  
  4535.    Category: Color
  4536.  
  4537.    LGrey : Number   LGrey : Number   LGrey : Number
  4538.    Light Grey, Returns the number 8.
  4539.  
  4540.    Category: Color
  4541.  
  4542.    LMag : Number   LMag : Number   LMag : Number
  4543.    Light Magenta, Returns the number 13.
  4544.  
  4545.    Category: Color
  4546.  
  4547.  
  4548.  
  4549.    Computer Tyme MarxMenu Users Manual                     Page 75
  4550.    _______________________________________________________________
  4551.  
  4552.  
  4553.    LMagenta : Number   LMagenta : Number   LMagenta : Number
  4554.    Light Magenta, Returns the number 13.
  4555.  
  4556.    Category: Color
  4557.  
  4558.    Ln (Real) : Real   Ln (Real) : Real   Ln (Real) : Real
  4559.    Returns the Natural Logarithm of a real.
  4560.  
  4561.    Category: Math, Float
  4562.  
  4563.    Loc (Procedure)   Loc (Procedure)   Loc (Procedure)
  4564.    This returns the location of a procedure for storing in a variable. The
  4565.    variable is later executed using the Run command.
  4566.  
  4567.    See Also: Run
  4568.  
  4569.    Category: Misc
  4570.  
  4571.    LockWord (word)   LockWord (word)   LockWord (word)
  4572.    Sets a default word for the console activated keyboard lock.
  4573.  
  4574.    Category: Display
  4575.  
  4576.    Loop   Loop   Loop
  4577.    MarxMenu has a looping structure that lets you execute a piece of code a
  4578.    specific number of times. It is used as follows:
  4579.  
  4580.     Example:
  4581.       Loop 8
  4582.          Writeln 'Pass Number ' LoopIndex
  4583.       EndLoop
  4584.  
  4585.    You start with LOOP (Number) which specifies the number of times to
  4586.    execute the code between LOOP and ENDLOOP. There are 2 variables
  4587.    available here for loop control. LoopIndex starts at 1 and is
  4588.    incremented at each EndLoop. When LoopIndex becomes greater than
  4589.    LoopLimit, the loop exits. LoopIndex and LoopLimit refer to the
  4590.    innermost loop.
  4591.  
  4592.    As loops are nested LoopIndexes and LoopLimits are kept in two arrays;
  4593.    LoopIndexStack and LoopLimitStack. There is also a variable called
  4594.    LoopLevel which points to the current loop parameters.
  4595.  
  4596.     Thus:
  4597.       LoopIndex is the same as LoopIndexStack[LoopLevel]
  4598.       LoopLimit is the same as LoopLimitStack[LoopLevel]
  4599.  
  4600.    You may therefore access outer loop parameters through the loop stacks.
  4601.    For instance LoopIndexStack[LoopLevel - 1] would refer to the second
  4602.    innermost loop index. LoopIndexStack[1] refers to the outermost loop.
  4603.  
  4604.  
  4605.  
  4606.    Computer Tyme MarxMenu Users Manual                     Page 76
  4607.    _______________________________________________________________
  4608.  
  4609.  
  4610.    The loop variables can be read and written to so you can adjust the
  4611.    looping parameters while inside the loop. You can even adjust the
  4612.    parameters of outer loops.
  4613.  
  4614.    See Also: EndLoop LoopIndex LoopLimit
  4615.  
  4616.    Category: Conditional
  4617.  
  4618.    LoopIndex   LoopIndex   LoopIndex
  4619.    Returns the loop you are in.
  4620.  
  4621.    See Also: Loop EndLoop LoopLimit
  4622.  
  4623.    Category: Conditional
  4624.  
  4625.    LoopLimit   LoopLimit   LoopLimit
  4626.    Returns the upper limit of the loop you are in.
  4627.  
  4628.    See Also: Loop EndLoop LoopIndex
  4629.  
  4630.    Category: Conditional
  4631.  
  4632.    LRed : Number   LRed : Number   LRed : Number
  4633.    Light Red returns the number 12.
  4634.  
  4635.    Category: Color
  4636.  
  4637.    Mag : Number   Mag : Number   Mag : Number
  4638.    Magenta, Returns the number 5.
  4639.  
  4640.    Category: Color
  4641.  
  4642.    Magenta : Number   Magenta : Number   Magenta : Number
  4643.    Magenta, Returns the number 5.
  4644.  
  4645.    Category: Color
  4646.  
  4647.    Mar : Number   Mar : Number   Mar : Number
  4648.    March, Returns the number 3.
  4649.  
  4650.    Category: MonthName
  4651.  
  4652.    MarxVersion : String   MarxVersion : String   MarxVersion : String
  4653.    Returns the version number of the MarxMenu you are running.
  4654.  
  4655.    Category: String
  4656.  
  4657.  
  4658.  
  4659.    Computer Tyme MarxMenu Users Manual                     Page 77
  4660.    _______________________________________________________________
  4661.  
  4662.  
  4663.    MasterEnvironment   MasterEnvironment   MasterEnvironment
  4664.    MasterEnvironment selects the Master Environment for use with
  4665.    environment access commands.
  4666.  
  4667.    See Also: ReadEnv SetEnv ReadEnvironment ShellEnvironment
  4668.    See Also: CurrentEnvironment ParentEnvironment
  4669.  
  4670.    Category: Environment
  4671.  
  4672.    Max (Num,Num) : Num   Max (Num,Num) : Num   Max (Num,Num) : Num
  4673.    Returns the largest of two numbers or strings.
  4674.  
  4675.    Category: Math, String, Float
  4676.  
  4677.    May : Number   May : Number   May : Number
  4678.    May, Returns the number 5.
  4679.  
  4680.    Category: MonthName
  4681.  
  4682.    Mem (seg,ofs) : Number   Mem (seg,ofs) : Number   Mem (seg,ofs) : Number
  4683.    Returns byte at memory location seg:ofs.
  4684.  
  4685.    Category: Memory
  4686.  
  4687.    MemSize : Number   MemSize : Number   MemSize : Number
  4688.    Returns total memory size in K. (640 = 640k)
  4689.  
  4690.    Category: Memory
  4691.  
  4692.    MemW (seg,ofs) : Number   MemW (seg,ofs) : Number   MemW (seg,ofs) : Number
  4693.    Returns word at memory location seg:ofs.
  4694.  
  4695.    Category: Memory
  4696.  
  4697.    MenuKeyBuffer   MenuKeyBuffer   MenuKeyBuffer
  4698.    This is an internal MarxMenu variable. It is where the environment
  4699.    variable KSV= is read. Characters in this string variable are treated as
  4700.    if someone had typed them from the keyboard.
  4701.  
  4702.    This variable can be set to blank in order to override the effects of
  4703.    SET KSV= or can be set to a different value in order to automatically
  4704.    make selections as if they were typed in.
  4705.  
  4706.    See Also: SavePosition, KeySave
  4707.  
  4708.    Category: Keyboard
  4709.  
  4710.  
  4711.  
  4712.    Computer Tyme MarxMenu Users Manual                     Page 78
  4713.    _______________________________________________________________
  4714.  
  4715.  
  4716.    Mid (string,pos,count) : String   Mid (string,pos,count) : String   Mid (string,pos,count) : String
  4717.    Returns a string starting at pos for count.
  4718.  
  4719.     Example:
  4720.        Mid('ABCDEFG',2,3) returns 'CDE'
  4721.  
  4722.    Category: String
  4723.  
  4724.    Min (Num,Num) : Num   Min (Num,Num) : Num   Min (Num,Num) : Num
  4725.    Returns the smallest of two numbers or strings.
  4726.  
  4727.    Category: Math, String, Float
  4728.  
  4729.    MinorDosVersion : Number   MinorDosVersion : Number   MinorDosVersion : Number
  4730.    Returns the minor DOS version number.
  4731.  
  4732.    Category: System
  4733.  
  4734.    Minute : Number   Minute : Number   Minute : Number
  4735.    Returns the current minute.
  4736.  
  4737.    Category: Time
  4738.  
  4739.    Mod : Operator   Mod : Operator   Mod : Operator
  4740.    Returns the remainder of the division of two numbers.
  4741.  
  4742.    Category: Math
  4743.  
  4744.    ModifyPath   ModifyPath   ModifyPath
  4745.    The MarxMenu directory should be in the search path. This is because if
  4746.    you change directories, MarxMenu may not be able to find the menu files.
  4747.    MarxMenu will now test the PATH= environment variable before it writes
  4748.    the batch file to execute a program. If the MarxMenu path is not
  4749.    included, MarxMenu will add the path to the Master Environment if it
  4750.    can.
  4751.  
  4752.    If for some reason you don't want to allow MarxMenu to modify the master
  4753.    environment, use the command:
  4754.  
  4755.     ModifyPath Off
  4756.  
  4757.    Category: Environment
  4758.  
  4759.    Mon : Number   Mon : Number   Mon : Number
  4760.    Monday, Returns the number 1.
  4761.  
  4762.    Category: WeekDay
  4763.  
  4764.  
  4765.  
  4766.    Computer Tyme MarxMenu Users Manual                     Page 79
  4767.    _______________________________________________________________
  4768.  
  4769.  
  4770.    Mono : Number   Mono : Number   Mono : Number
  4771.    Returns the number 7. Relates to the DOS Mode MONO command.
  4772.  
  4773.    Category: Video
  4774.  
  4775.    Month : Number   Month : Number   Month : Number
  4776.    Returns current month.
  4777.  
  4778.    Category: Time
  4779.  
  4780.    Mouse   Mouse   Mouse
  4781.    MarxMenu normally uses the mouse if present. If you don't want to use
  4782.    the mouse you can use the command:
  4783.  
  4784.     Mouse Off
  4785.  
  4786.    To turn the mouse back on type:
  4787.  
  4788.     Mouse On
  4789.  
  4790.    The mouse is actually switched on and off at the point when MarxMenu
  4791.    waits at the keyboard for a keypress.
  4792.  
  4793.    Category: MouseControl
  4794.  
  4795.    MouseHorizontal (Number)   MouseHorizontal (Number)   MouseHorizontal (Number)
  4796.    Controls the horizontal sensitivity of the mouse. The larger the number,
  4797.    the less sensitive the mouse. Default is 25.
  4798.  
  4799.    See Also: MouseVertical, Mouse
  4800.  
  4801.    Category: MouseControl
  4802.  
  4803.    MouseVertical (Number)   MouseVertical (Number)   MouseVertical (Number)
  4804.    Controls the vertical sensitivity of the mouse. The larger the number,
  4805.    the less sensitive the mouse. Default is 15.
  4806.  
  4807.    If you are on a network and want to control the mouse sensitivity
  4808.    individually, you can set some environment strings as follows:
  4809.  
  4810.     Set MouseX=15
  4811.     Set MouseY=25
  4812.  
  4813.    Then in your menu you would include:
  4814.  
  4815.     If ReadEnv('MouseX') > ''
  4816.        MouseHorizontal = Value(ReadEnv('MouseX')
  4817.     Endif
  4818.  
  4819.  
  4820.  
  4821.    Computer Tyme MarxMenu Users Manual                     Page 80
  4822.    _______________________________________________________________
  4823.  
  4824.  
  4825.     If ReadEnv('MouseY') > ''
  4826.        MouseVertical = Value(ReadEnv('MouseY')
  4827.     Endif
  4828.  
  4829.    See Also: MouseHorizontal, Mouse
  4830.  
  4831.    Category: MouseControl
  4832.  
  4833.    MoveWindow (Horizontal,Vertical)   MoveWindow (Horizontal,Vertical)   MoveWindow (Horizontal,Vertical)
  4834.    Moves top window. If (Horizontal) is negative motion is left. If
  4835.    <Vertical> is negative, motion is up.
  4836.  
  4837.    Category: Display
  4838.  
  4839.    MxCmd : String   MxCmd : String   MxCmd : String
  4840.    This is an internal string variable that it written to the environment
  4841.    variable MXCMD. This variable can be written to control what MarxMenu
  4842.    will write to the Shell Environment. If this variable is written to, it
  4843.    overrides anything that MarxMenu automatically writes.
  4844.  
  4845.    Category: Environment, String, Execution
  4846.  
  4847.    NetworkVersion : Boolean   NetworkVersion : Boolean   NetworkVersion : Boolean
  4848.    Returns true if you are running the network version of MarxMenu.
  4849.  
  4850.    Category: Misc
  4851.  
  4852.    NextWord (String) : String   NextWord (String) : String   NextWord (String) : String
  4853.    This command returns the next logical word of a string variable and
  4854.    removes the string from the original string.
  4855.  
  4856.     Example:
  4857.       StringA = 'one two three'
  4858.       StringB = NextWord(StringA)
  4859.  
  4860.       StringB contains 'one'
  4861.       StringA contains 'two three'
  4862.  
  4863.    Category: String
  4864.  
  4865.    No : Boolean   No : Boolean   No : Boolean
  4866.    Returns the boolean false.
  4867.  
  4868.    Category: Boolean
  4869.  
  4870.  
  4871.  
  4872.    Computer Tyme MarxMenu Users Manual                     Page 81
  4873.    _______________________________________________________________
  4874.  
  4875.  
  4876.    NoBoxBorder   NoBoxBorder   NoBoxBorder
  4877.    Use this command if you don't want a border around the menus.
  4878.  
  4879.    See Also: SingleLineBox, DoubleLineBox, BlockBox, CustomBox
  4880.  
  4881.    Category: Display
  4882.  
  4883.    NoExit   NoExit   NoExit
  4884.    Prevents ESC key from allowing you to exit menu. To exit, you must
  4885.    execute the ExitMenu command. This could be password protected.
  4886.  
  4887.    See Also: ExitMenu
  4888.  
  4889.    Category: Execution
  4890.  
  4891.    Not : Operator   Not : Operator   Not : Operator
  4892.    Returns logical Not if operators are boolean; or bitwise Not if
  4893.    operators are numeric.
  4894.  
  4895.    Category: Math, Boolean
  4896.  
  4897.    NotesLeft : Num   NotesLeft : Num   NotesLeft : Num
  4898.    NotesLeft returns the number of notes left in the music buffer to play.
  4899.    The music buffer is self adjusting and can store days worth of music.
  4900.  
  4901.    Category: Music
  4902.  
  4903.    NotesPlayed : Num   NotesPlayed : Num   NotesPlayed : Num
  4904.    Returns the number of notes played. If NotesLeft ever reaches 0,
  4905.    NotesPlayed also is set to 0.
  4906.  
  4907.    Category: Music
  4908.  
  4909.    Nov : Number   Nov : Number   Nov : Number
  4910.    November, Returns the number 11.
  4911.  
  4912.    Category: MonthName
  4913.  
  4914.    NovCloseSemaphore (Name)   NovCloseSemaphore (Name)   NovCloseSemaphore (Name)
  4915.    This closes semaphore Name. If there are no other users using this
  4916.    semaphore, it is deleted.
  4917.  
  4918.    Category: Novell
  4919.  
  4920.    NovConnection : Number   NovConnection : Number   NovConnection : Number
  4921.    This returns the logical connection number to the network. A zero
  4922.    indicates that you are not connected.
  4923.  
  4924.    Category: Novell
  4925.  
  4926.  
  4927.  
  4928.    Computer Tyme MarxMenu Users Manual                     Page 82
  4929.    _______________________________________________________________
  4930.  
  4931.  
  4932.    NovConsoleOperator : Boolean   NovConsoleOperator : Boolean   NovConsoleOperator : Boolean
  4933.    This returns true if the user has Console Operator priviledges. This can
  4934.    come in handy when you are trying to determine who gets access to the
  4935.    command line.
  4936.  
  4937.    Category: Novell
  4938.  
  4939.    NovDefaultServer : String   NovDefaultServer : String   NovDefaultServer : String
  4940.    Returns the name of the default file server.
  4941.  
  4942.    Category: Novell
  4943.  
  4944.    NovGroupsMembers (Group,Array)   NovGroupsMembers (Group,Array)   NovGroupsMembers (Group,Array)
  4945.    This reads all the members of Group and puts them into an array.
  4946.  
  4947.    Category: Novell, Array
  4948.  
  4949.    NovInGroup (Group) : Boolean   NovInGroup (Group) : Boolean   NovInGroup (Group) : Boolean
  4950.    Return true if you are in the group.
  4951.  
  4952.    Category: Novell
  4953.  
  4954.    NovLogin (Name,Password)   NovLogin (Name,Password)   NovLogin (Name,Password)
  4955.    This logs you into a file server. It is different than the Novell's
  4956.    login program in that it doesn't execute any login scripts. It merely
  4957.    gets you in. You can include the preferred server with the name.
  4958.  
  4959.     Example:
  4960.        NovLogin ('TYME/MARC','PASSWORD')
  4961.  
  4962.    The variable NovResult is set to 0 if sucessful.
  4963.  
  4964.    Note: If you are using Netware 3.0 or 3.1 you will have to go to the
  4965.    server console and type:
  4966.  
  4967.     SET ALLOW UNENCRYPTED PASSWORDS = ON
  4968.  
  4969.    Category: Novell
  4970.  
  4971.    NovLoginName (Connection) : String   NovLoginName (Connection) : String   NovLoginName (Connection) : String
  4972.    This returns the login name of the user at any specified connection.
  4973.    This can also be used to see who else is on the network.
  4974.  
  4975.    Category: Novell
  4976.  
  4977.  
  4978.  
  4979.    Computer Tyme MarxMenu Users Manual                     Page 83
  4980.    _______________________________________________________________
  4981.  
  4982.  
  4983.    NovLogout   NovLogout   NovLogout
  4984.    This logs you off the server. Warning! Make sure that you are running
  4985.    MarxMenu from a local drive and not the server you are logging out of.
  4986.    MarxMenu needs access to overlays within MARXMENU.EXE and a Logout can
  4987.    cut off access.
  4988.  
  4989.    Category: Novell
  4990.  
  4991.    NovMapDrive (Drive,Directory)   NovMapDrive (Drive,Directory)   NovMapDrive (Drive,Directory)
  4992.    This will map a drive letter to a directory like the Novell MAP
  4993.    command does. You may specify volume names and server names.
  4994.  
  4995.     Example:
  4996.       NovMapDrive ('J','TYME2/SYS:PUBLIC\DOS')
  4997.  
  4998.    Mapping a drive to a nul string ('') deletes the drive map.
  4999.  
  5000.    Category: Novell
  5001.  
  5002.    NovMyLoginName : String   NovMyLoginName : String   NovMyLoginName : String
  5003.    This returns the login name of the user.
  5004.  
  5005.    Category: Novell
  5006.  
  5007.    NovMyPassword (Password) : Boolean   NovMyPassword (Password) : Boolean   NovMyPassword (Password) : Boolean
  5008.    Novell won't let you read the password, but it will let you guess and
  5009.    tell you if you're right. This routine returns true if the password
  5010.    passed is the correct password.
  5011.  
  5012.    Category: Novell
  5013.  
  5014.    NovOpenSemaphore (Name,Value)   NovOpenSemaphore (Name,Value)   NovOpenSemaphore (Name,Value)
  5015.    This opens semaphore Name and assigns it an initial value. If the
  5016.    semaphore already exists, it does nothing.
  5017.  
  5018.    Category: Novell
  5019.  
  5020.    NovPreferredServer : String   NovPreferredServer : String   NovPreferredServer : String
  5021.    Returns the name of the preferred file server. This is set with the
  5022.    NovSetPreferredServer command.
  5023.  
  5024.    Category: Novell
  5025.  
  5026.    NovPrimaryServer : String   NovPrimaryServer : String   NovPrimaryServer : String
  5027.    Returns the name of the primary file server. This is the one you first
  5028.    logged into.
  5029.  
  5030.    Category: Novell
  5031.  
  5032.  
  5033.  
  5034.    Computer Tyme MarxMenu Users Manual                     Page 84
  5035.    _______________________________________________________________
  5036.  
  5037.  
  5038.    NovReadGroups (Name,Array)   NovReadGroups (Name,Array)   NovReadGroups (Name,Array)
  5039.    This reads all the groups that Name belongs to and puts them into an
  5040.    array.
  5041.  
  5042.    Category: Novell, Array
  5043.  
  5044.    NovReadSecurityEquals (Name,Array)   NovReadSecurityEquals (Name,Array)   NovReadSecurityEquals (Name,Array)
  5045.    This reads all the security equivalences that Name belongs to and puts
  5046.    them into an array. (This includes groups).
  5047.  
  5048.    Category: Novell, Array
  5049.  
  5050.    NovResult : Number   NovResult : Number   NovResult : Number
  5051.    NovResult is a variable like FileResult that returns the success status
  5052.    of the previous Novell system call. A zero generally indicates success.
  5053.  
  5054.    Category: Novell
  5055.  
  5056.    NovSemaphoreTimeOut   NovSemaphoreTimeOut   NovSemaphoreTimeOut
  5057.    This variable controls the amount of time (in 1/18 seconds) that
  5058.    MarxMenu will wait for the value of a semaphore to become not negative.
  5059.    The initial value is 50.
  5060.  
  5061.    Category: Novell
  5062.  
  5063.    NovSemaphoreUsers (Name) : Number   NovSemaphoreUsers (Name) : Number   NovSemaphoreUsers (Name) : Number
  5064.    This returns the number of users that have the semaphore open.
  5065.  
  5066.    Category: Novell
  5067.  
  5068.    NovSemaphoreValue (Name) : Number   NovSemaphoreValue (Name) : Number   NovSemaphoreValue (Name) : Number
  5069.    This returns the value of a semaphore.
  5070.  
  5071.    Category: Novell
  5072.  
  5073.    NovServers (Array)   NovServers (Array)   NovServers (Array)
  5074.    This command returns a string array of the file servers you are
  5075.    connected to.
  5076.  
  5077.    Category: Novell, Array
  5078.  
  5079.    NovSetPreferredServer (Server)   NovSetPreferredServer (Server)   NovSetPreferredServer (Server)
  5080.    Sets the preferred file server. Passing a '' will switch you back to the
  5081.    default file server.
  5082.  
  5083.    Category: Novell
  5084.  
  5085.  
  5086.  
  5087.    Computer Tyme MarxMenu Users Manual                     Page 85
  5088.    _______________________________________________________________
  5089.  
  5090.  
  5091.    NovSignalSemaphore (Name)   NovSignalSemaphore (Name)   NovSignalSemaphore (Name)
  5092.    This increments the value of a semaphore. It is used to indicate that
  5093.    you are done with a resource and makes it available for the next user.
  5094.  
  5095.    Category: Novell
  5096.  
  5097.    NovStationAddress : String   NovStationAddress : String   NovStationAddress : String
  5098.    This returns the stations internetwork address.
  5099.  
  5100.     Example:
  5101.       254:41 where 254 is the network number and 41 is the node number.
  5102.  
  5103.    Category: Novell
  5104.  
  5105.    NovUserInGroup (Name,Group) : Boolean   NovUserInGroup (Name,Group) : Boolean   NovUserInGroup (Name,Group) : Boolean
  5106.    This is used to test if other users are in a group. Returns true is the
  5107.    specified user is in the specified group.
  5108.  
  5109.    Category: Novell
  5110.  
  5111.    NovWaitOnSemaphore (Name) : Boolean   NovWaitOnSemaphore (Name) : Boolean   NovWaitOnSemaphore (Name) : Boolean
  5112.    This decrements the value of a semaphore and if the value is zero or
  5113.    more, returns true. If the value of the semaphore is negative, it
  5114.    returns false. This is used to indicate that you are out of whatever you
  5115.    are testing for.
  5116.  
  5117.    Category: Novell
  5118.  
  5119.    NumberOfElememts (array) : Number   NumberOfElememts (array) : Number   NumberOfElememts (array) : Number
  5120.    This function returns the number of elements in the array.
  5121.  
  5122.    Category: Array
  5123.  
  5124.    NumLock : Boolean   NumLock : Boolean   NumLock : Boolean
  5125.    Returns true if Num Lock is on.
  5126.  
  5127.    Category: System
  5128.  
  5129.    Oct : Number   Oct : Number   Oct : Number
  5130.    October, Returns the number 10.
  5131.  
  5132.    Category: MonthName
  5133.  
  5134.    Off : Boolean   Off : Boolean   Off : Boolean
  5135.    Returns False.
  5136.  
  5137.    Category: Boolean
  5138.  
  5139.  
  5140.  
  5141.    Computer Tyme MarxMenu Users Manual                     Page 86
  5142.    _______________________________________________________________
  5143.  
  5144.  
  5145.    On : Boolean   On : Boolean   On : Boolean
  5146.    Returns True.
  5147.  
  5148.    Category: Boolean
  5149.  
  5150.    OnKey (char)   OnKey (char)   OnKey (char)
  5151.    When char is selected, the line(s) following are executed up to the next
  5152.    OnKey or end of file. This means that they are written to a BATCH file.
  5153.  
  5154.     Example:
  5155.       Onkey 'W'
  5156.       cd\wordstar
  5157.       ws
  5158.       cd\menu
  5159.  
  5160.    In the above example if 'W' is selected, MarxMenu will create a
  5161.    temporary batch file containing all the lines under the OnKey command.
  5162.    All the lines under an OnKey are written literally to the batch file
  5163.    with few exceptions. All leading and trailing blanks are stripped.
  5164.    String variables are evaluated and their value passed if the name of the
  5165.    string variable starts with a '%'.
  5166.  
  5167.    If a line begins with a '|' (vertical bar), the line is interpreted
  5168.    rather than written to a batch file. If a '^Label' is used under an
  5169.    OnKey, a jump is made to the 'Label' and interpretation is resumed. This
  5170.    is commonly used to jump to a submenu.
  5171.  
  5172.    Any OnKey statement that causes a batch file to be written to will cause
  5173.    the menu to exit. MarxMenu normally will exit with ErrorLevel 0 unless
  5174.    an ExitCode is set.
  5175.  
  5176.    The first blank line under an OnKey ends what that OnKey command does.
  5177.  
  5178.    Category: Conditional
  5179.  
  5180.    OnScreenOnly (On/Off)   OnScreenOnly (On/Off)   OnScreenOnly (On/Off)
  5181.    This allows you to restrict selections to only what is actually on the
  5182.    screen. Hidden OnKey commands will not execute if this is set on. This
  5183.    allows you to limit user selection to the choices on the screen.
  5184.  
  5185.    Category: Conditional
  5186.  
  5187.  
  5188.  
  5189.    Computer Tyme MarxMenu Users Manual                     Page 87
  5190.    _______________________________________________________________
  5191.  
  5192.  
  5193.    OpenPrinter   OpenPrinter   OpenPrinter
  5194.    This command opens the printer device. It is not necessary to use this
  5195.    command in that it is done automatically whenever you print. But, if you
  5196.    are running under a multitasking shell like Windows, it will reserve the
  5197.    printer for your task.
  5198.  
  5199.    If the printer is locked, or if you have specified a file name that
  5200.    can't be created, the variable FileResult will contain the DOS error
  5201.    code (usually 5 for access denied). A FileResult of 0 indicates success.
  5202.  
  5203.    See Also: ClosePrinter, FileResult
  5204.  
  5205.    Category: Printer
  5206.  
  5207.    OptionSwitch (String1,String2) : Boolean   OptionSwitch (String1,String2) : Boolean   OptionSwitch (String1,String2) : Boolean
  5208.    This command tests if String1 contains the option switch String2. If it
  5209.    does, it will remove the switch from String1.
  5210.  
  5211.     Example:
  5212.       String1 = 'Test /A/B/C'
  5213.       HasB = OptionSwitch(String1,'B')
  5214.  
  5215.     HasB will be true.
  5216.     String1 will contain 'Test /A/C'
  5217.  
  5218.    Category: String
  5219.  
  5220.    Or : Operator   Or : Operator   Or : Operator
  5221.    Returns logical Or if operators are boolean; or bitwise Or if operators
  5222.    are numeric.
  5223.  
  5224.    Category: Math, Boolean
  5225.  
  5226.    Ord (Char) : Number   Ord (Char) : Number   Ord (Char) : Number
  5227.    Returns the numeric value of an ascii character.
  5228.  
  5229.    Category: String
  5230.  
  5231.  
  5232.  
  5233.    Computer Tyme MarxMenu Users Manual                     Page 88
  5234.    _______________________________________________________________
  5235.  
  5236.  
  5237.    OverLay (MenuName)   OverLay (MenuName)   OverLay (MenuName)
  5238.    Overlay loads another menu as if that menu were a procedure of the
  5239.    current menu. After the overlaid menu exits, control is returned to the
  5240.    calling menu at the next line after the overlay command.
  5241.  
  5242.    Like the Chain command, Overlay is very fast and doesn't require
  5243.    MarxMenu to be reloaded.
  5244.  
  5245.     Example:
  5246.       Overlay 'SUBMENU'
  5247.  
  5248.    I have also added some crude music to MarxMenu. This allows you to play
  5249.    simple tunes while your menu is running. The tunes become a background
  5250.    task and are interrupt driven. This allows you to play music while doing
  5251.    other things.
  5252.  
  5253.    Category: Execution
  5254.  
  5255.    ParallelPorts : Number   ParallelPorts : Number   ParallelPorts : Number
  5256.    Returns number of parallel ports.
  5257.  
  5258.    Category: System
  5259.  
  5260.    ParamStr (Num) : String   ParamStr (Num) : String   ParamStr (Num) : String
  5261.    Returns the DOS parameter string from the command line. The 0 parameter
  5262.    is MARXMENU.EXE. The 1 parameter is the name of the menu file you are
  5263.    using. This is like the %1 %2 %3 ... in batch file parameters.
  5264.  
  5265.    Category: String
  5266.  
  5267.    ParentEnvironment   ParentEnvironment   ParentEnvironment
  5268.    ParentEnvironment selects the parent environment for use with
  5269.    environment access commands.
  5270.  
  5271.    See Also: ReadEnv SetEnv ReadEnvironment ShellEnvironment
  5272.    See Also: CurrentEnvironment MasterEnvironment
  5273.  
  5274.    Category: Environment
  5275.  
  5276.    Password (Pswd,column,row)   Password (Pswd,column,row)   Password (Pswd,column,row)
  5277.    This command opens up a password box at row and column. The user must
  5278.    type the password correctly before the command will execute. The
  5279.    password is case sensitive.
  5280.  
  5281.     Example:
  5282.       OnKey 'X'
  5283.          |PassWord('shell',4,3)
  5284.          COMMAND.COM
  5285.  
  5286.    Category: Conditional
  5287.  
  5288.  
  5289.  
  5290.    Computer Tyme MarxMenu Users Manual                     Page 89
  5291.    _______________________________________________________________
  5292.  
  5293.  
  5294.    Path : String   Path : String   Path : String
  5295.    Returns the current path.
  5296.  
  5297.    Category: String
  5298.  
  5299.    PauseAfterExecute (On/Off)   PauseAfterExecute (On/Off)   PauseAfterExecute (On/Off)
  5300.    If on, this command causes the message "Press any key to return to
  5301.    MarxMenu..." to appear after an execute command is executed.
  5302.  
  5303.    See Also: Execute:
  5304.  
  5305.    Category: Execution
  5306.  
  5307.    Pi : Real   Pi : Real   Pi : Real
  5308.    Returns the value of Pi to 18 digits.
  5309.  
  5310.    Category: Math, Float
  5311.  
  5312.    PickFile (FileSpec,column,row,height) : String   PickFile (FileSpec,column,row,height) : String   PickFile (FileSpec,column,row,height) : String
  5313.    Allows you to display a directory of files on the screen from a menu.
  5314.    Normally used to display a list of files for the user to choose from.
  5315.    Could be used in a command to load a word processor or database. Allows
  5316.    selection of the file to be loaded by the word processor or database
  5317.    program. The filename can be passed to a percent variable placed in the
  5318.    batch file executing the application. See example files on MarxMenu
  5319.    distribution disk.
  5320.  
  5321.     Example: %FileName = PickFile('C:\WORDSTAR\*.DOC',3,4,17)
  5322.  
  5323.    Notice: The use of a variable with a name that starts with a '%' allows
  5324.    the choice to be passed to a batch file for execution.
  5325.  
  5326.    The three numbers represent the column and row of the upper left corner
  5327.    of the box and the height of the box. All DrawBox commands can be used
  5328.    here to control the looks of the PickFile window. This includes the
  5329.    BoxHeader command.
  5330.  
  5331.    Category: String
  5332.  
  5333.  
  5334.  
  5335.    Computer Tyme MarxMenu Users Manual                     Page 90
  5336.    _______________________________________________________________
  5337.  
  5338.  
  5339.    PickMany(SourceArray,DestinationArray)   PickMany(SourceArray,DestinationArray)   PickMany(SourceArray,DestinationArray)
  5340.    PickMany displays a string array in the current window and allows you to
  5341.    choose as many lines as you want. The chosen lines go into
  5342.    DestinationArray.
  5343.  
  5344.    When the window appears, the space bar toggles the marked status of the
  5345.    line. The right arrow sets the marked status and the left arrow resets
  5346.    the marked status. Ctrl-Right-Arrow marks all lines, Ctrl-Left-Arrow
  5347.    unmarks all lines. The return key accepts the selection and exits. The
  5348.    ESC key aborts.
  5349.  
  5350.    If using a mouse, the left button toggles the mark on the current line.
  5351.    The right button accepts and exits.
  5352.  
  5353.    If no selections are made, the DestinationArray is empty. If ESC is
  5354.    pressed, the DestinationArray is left unchanged. You can test LastKey to
  5355.    see what was pressed.
  5356.  
  5357.    Category: String, Array
  5358.  
  5359.    PickOne (Array) : String   PickOne (Array) : String   PickOne (Array) : String
  5360.    This command displays an array in the current window and lets you pick a
  5361.    line and returns the chosen line.
  5362.  
  5363.    Category: String, Array
  5364.  
  5365.    PickPosition : Number   PickPosition : Number   PickPosition : Number
  5366.    The variable PickPosition works with the PickOne command. PickPosition
  5367.    returns the number of which element in the array was picked.
  5368.  
  5369.    Category: String, Array
  5370.  
  5371.    Port (number) : Number   Port (number) : Number   Port (number) : Number
  5372.    Returns the value at the port.
  5373.  
  5374.    Category: Memory
  5375.  
  5376.    Pos (substring,string) : Number   Pos (substring,string) : Number   Pos (substring,string) : Number
  5377.    Finds position of substring in string. If substring isn't found, Pos
  5378.    returns 0.
  5379.  
  5380.     Example:
  5381.        pos('CD','ABCDE') returns 2
  5382.  
  5383.    Category: String
  5384.  
  5385.    Power (Real,Real) : Real   Power (Real,Real) : Real   Power (Real,Real) : Real
  5386.    Raises a real to a given power.
  5387.  
  5388.    Category: Math, Float
  5389.  
  5390.  
  5391.  
  5392.    Computer Tyme MarxMenu Users Manual                     Page 91
  5393.    _______________________________________________________________
  5394.  
  5395.  
  5396.    Pred (number) : Number   Pred (number) : Number   Pred (number) : Number
  5397.    Returns number minus 1.
  5398.  
  5399.    Category: Math
  5400.  
  5401.    Print (string)   Print (string)   Print (string)
  5402.    Prints string to the printer with no CR or LF. If there is an error
  5403.    printing, the error is returned in FileResult.
  5404.  
  5405.    Category: Printer
  5406.  
  5407.    PrinterName (string)   PrinterName (string)   PrinterName (string)
  5408.    Sets the file name for the printer to use. The default name is PRN.
  5409.    Other common printer names include: LPT1, LPT2, LPT3, and AUX. You can
  5410.    also use filenames to direct printer output to a file.
  5411.  
  5412.    See Also: ClosePrinter
  5413.  
  5414.    Category: Printer
  5415.  
  5416.    Println (String)   Println (String)   Println (String)
  5417.    Prints string to the printer with CR and LF.
  5418.  
  5419.    See Also: Print
  5420.  
  5421.    Category: Printer
  5422.  
  5423.    Procedure (name)   Procedure (name)   Procedure (name)
  5424.    This word begins the definition of a newly named procedure. A procedure
  5425.    is like a subroutine. Once the procedure is defined, all you have to do
  5426.    to call the procedure is use its name. The procedure definition is
  5427.    terminated by the command EndProc.
  5428.  
  5429.     Example:
  5430.  
  5431.     Procedure SelectFile
  5432.       BoxHeaderColor ForeColor BackColor
  5433.       BoxBorderColor Cyan Mag
  5434.       BoxInsideColor Yellow Mag
  5435.       InverseColor Yellow Red
  5436.       %ExecSt = PickFile FileType 4 5 17
  5437.     EndProc
  5438.  
  5439.    Whenever we use the word SelectFile in the menu, all the lines of the
  5440.    procedure SelectFile will execute.
  5441.  
  5442.    See Also: EndProc, Return
  5443.  
  5444.    Category: Misc
  5445.  
  5446.  
  5447.  
  5448.    Computer Tyme MarxMenu Users Manual                     Page 92
  5449.    _______________________________________________________________
  5450.  
  5451.  
  5452.    PullMenu (on/off)   PullMenu (on/off)   PullMenu (on/off)
  5453.    Controls the behavior of pull down menus. Set to on if using
  5454.    them. Default is Off.
  5455.  
  5456.    Category: Display
  5457.  
  5458.    Qualifier   Qualifier   Qualifier
  5459.    Used to create qualifiers.
  5460.  
  5461.    See Also: Var, Constant, Shared
  5462.  
  5463.    Category: Variable
  5464.  
  5465.    Random : Number   Random : Number   Random : Number
  5466.    The Random command returns random numbers between 0 and +2,000,000,000.
  5467.    (2^31). The algorithm has been checked for good uniformity and takes
  5468.    advantage of re-seeding itself from random events like the timer
  5469.    interrupt and keyboard input.
  5470.  
  5471.    Category: Math
  5472.  
  5473.    ReadEnv (string) : String   ReadEnv (string) : String   ReadEnv (string) : String
  5474.    Returns the environment string specified.
  5475.  
  5476.     Example: PathString = ReadEnv('PATH')
  5477.  
  5478.    See Also: SetEnv ReadEnvironment ShellEnvironment
  5479.    See Also: CurrentEnvironment ParentEnvironment MasterEnvironment
  5480.  
  5481.    Category: Environment
  5482.  
  5483.    ReadEnvironment (array)   ReadEnvironment (array)   ReadEnvironment (array)
  5484.    Reads all environment variables into an array.
  5485.  
  5486.     Example:
  5487.       Var Env
  5488.       ReadEnvironment( Env )
  5489.         ; Env[1] will be the first environment string and
  5490.         ; Env[NumberOfElememts(Env)] will be the last. A variable that is
  5491.         ;  set is LongestLine. LongestLine contains the length of the
  5492.         ;  longest string variable read.
  5493.       Writeln( 'Your current environment variables are:' )
  5494.       Loop( NumberOfElements( Env ) )
  5495.         Writeln( Env[LoopIndex] )
  5496.       EndLoop
  5497.       Writeln
  5498.       Writeln( 'Your Environment Size is :',  Str( EnvSize ) )
  5499.       Writeln( 'You are using            :',  Str( EnvSize - EnvFree ), ' bytes.' )
  5500.       Writeln( 'You have                 :,'  Str( EnvFree ), ' bytes free.' )
  5501.  
  5502.  
  5503.  
  5504.    Computer Tyme MarxMenu Users Manual                     Page 93
  5505.    _______________________________________________________________
  5506.  
  5507.  
  5508.    See Also: SetEnv ReadEnv ShellEnvironment
  5509.    See Also: CurrentEnvironment ParentEnvironment MasterEnvironment
  5510.  
  5511.    Category: Environment, Array
  5512.  
  5513.    ReadKey : String   ReadKey : String   ReadKey : String
  5514.    Returns the character that is input from the keyboard.
  5515.  
  5516.     Example:
  5517.       Var Key
  5518.  
  5519.       Repeat
  5520.         Writeln( 'Press the <ESC> key to exit this program.' )
  5521.         Key = ReadKey
  5522.       Until Key = Esc
  5523.  
  5524.    Category: Keyboard
  5525.  
  5526.    Readln : String   Readln : String   Readln : String
  5527.    Reads a string from the keyboard.
  5528.  
  5529.     Example:
  5530.       Customer.Name   = Readln
  5531.       Customer.Number = Value (Readln) ;Converts to an numerical value
  5532.       Customer.State  = UpperCase (ReadLn)
  5533.  
  5534.    Category: Keyboard, String
  5535.  
  5536.    ReadTextFile (FileName,Array)   ReadTextFile (FileName,Array)   ReadTextFile (FileName,Array)
  5537.    This command reads a text file into a string array. It also sets the
  5538.    variable LongestLine to the length of the longest line in the file.
  5539.  
  5540.     Example:
  5541.       Var Docs
  5542.  
  5543.       ReadTextFile('MARXMENU.DOC',Docs)
  5544.         ;After the read, Docs[1] becomes the first line of the file.
  5545.         ;Docs[NumberOfElements(Docs)] becomes the last line.
  5546.       Loop( NumberOfElements( Docs ) )
  5547.           ; Convert each line to its uppercase equivalent
  5548.         Docs[LoopIndex] = UpperCase( Docs[LoopIndex] )
  5549.       EndLoop
  5550.         ;Save the newly formatted array
  5551.       WriteTextFile( 'NEWMM.DOC', Docs )
  5552.  
  5553.    Do not use FileOpen with ReadTextFile.
  5554.  
  5555.  
  5556.  
  5557.    Computer Tyme MarxMenu Users Manual                     Page 94
  5558.    _______________________________________________________________
  5559.  
  5560.  
  5561.    The power of the ReadTextFile and WriteTextFile have expanded. You can
  5562.    now load and save arrays of any variable types, multidimensional arrays,
  5563.    and mixed array types. This includes strings, numbers, and booleans.
  5564.    File variables are also stored. When a file variable is stored and
  5565.    reloaded the FileAssign command is not necessary.
  5566.  
  5567.    Category: File, Array
  5568.  
  5569.    Real (Integer) : Real   Real (Integer) : Real   Real (Integer) : Real
  5570.    Returns the real equivalent of an integer.
  5571.  
  5572.    Category: Math, Float
  5573.  
  5574.    Reboot   Reboot   Reboot
  5575.    Causes the computer to do a warm reboot.
  5576.  
  5577.    Category: Execution
  5578.  
  5579.    Red : Number   Red : Number   Red : Number
  5580.    Returns the number 4.
  5581.  
  5582.    Category: Color
  5583.  
  5584.    ReleaseDate : String   ReleaseDate : String   ReleaseDate : String
  5585.    Returns the MarxMenu Release Date.
  5586.  
  5587.    Category: String
  5588.  
  5589.    Repeat   Repeat   Repeat
  5590.    Used for program control. Usage:
  5591.  
  5592.     REPEAT
  5593.        (statement)
  5594.        (statement)
  5595.     UNTIL (condition)
  5596.  
  5597.     Example:
  5598.       Var Key
  5599.  
  5600.       Repeat
  5601.         Key = ReadKey
  5602.         If Key = 'A'
  5603.           Bat( 'DOLIST.EXE' )
  5604.           ExitMenu
  5605.         EndIf
  5606.         If Key = F1 Then Help
  5607.       Until Key = Esc
  5608.  
  5609.    Category: Conditional
  5610.  
  5611.  
  5612.  
  5613.    Computer Tyme MarxMenu Users Manual                     Page 95
  5614.    _______________________________________________________________
  5615.  
  5616.  
  5617.    ResizeWindow (Horizontal Vertical)   ResizeWindow (Horizontal Vertical)   ResizeWindow (Horizontal Vertical)
  5618.    Changes the size of the top window. The horizontal and vertical numbers
  5619.    are added to the current size. Use negative numbers to shrink the
  5620.    window. The top left corner stays in the same place.
  5621.  
  5622.     Example:
  5623.       DrawBox 15 5 30 15
  5624.       ResizeWindow 15 5
  5625.  
  5626.    See Also: MoveWindow
  5627.  
  5628.    Category: Display
  5629.  
  5630.    Return (param,param,...)   Return (param,param,...)   Return (param,param,...)
  5631.    Exits a procedure and optionally returns parameters to the calling
  5632.    procedure. It can return as many parameters as you want as long as the
  5633.    calling program uses the same number of parameters. Otherwise, you will
  5634.    get an "Invalid number of parameters" error.
  5635.  
  5636.     Example:
  5637.  
  5638.     Procedure SmallRandomNumber
  5639.     {Returns a random number between 1 and 100}
  5640.     var SmallRand
  5641.        SmallRand = Random mod 100
  5642.        Return (SmallRand + 1)
  5643.     EndProc
  5644.  
  5645.    See Also: Procedure, EndProc
  5646.  
  5647.    Category: Misc
  5648.  
  5649.    ReturnCode : Number   ReturnCode : Number   ReturnCode : Number
  5650.    When you use the Execute function, a ReturnCode value is fed into this
  5651.    variable when you return to the menu. The code returned is the same as
  5652.    what the DOS ErrorLevel would be. This will not work if you use the
  5653.    UseCommand On function because COMMAND.COM would have been loaded and
  5654.    the returncode would be lost.
  5655.  
  5656.    Category: Execution
  5657.  
  5658.    Right (string,count) : String   Right (string,count) : String   Right (string,count) : String
  5659.    Returns right characters of string for length count.
  5660.  
  5661.     Example: Right('ABCDEF',3) returns 'DEF'
  5662.  
  5663.    Category: String
  5664.  
  5665.  
  5666.  
  5667.    Computer Tyme MarxMenu Users Manual                     Page 96
  5668.    _______________________________________________________________
  5669.  
  5670.  
  5671.    RollWindow (number)   RollWindow (number)   RollWindow (number)
  5672.    Windows can be looked at as a stack. RollWindow will roll a previous
  5673.    window to the top of the stack making the previous window the current
  5674.    window.
  5675.  
  5676.     Example:
  5677.         ;Make the Third window on the stack the active window
  5678.       RollWindow( 3 )
  5679.         ;Write out message
  5680.       Writeln( 'You have mail waiting!' )
  5681.         ;Now put the windows back
  5682.       PushBackWindow( 3 )
  5683.  
  5684.       Procedure PushBackWindow( N )
  5685.       ;--
  5686.       ;-- Will roll a window back to its original position on the stack
  5687.       ;-- The parameter should be the same as the parameter for the call
  5688.       ;-- to RollWindow ( If you use RollWindow( 3 ) then use PushBackWindow( 3 ))
  5689.       ;--
  5690.         Loop( N )
  5691.           RollWindow( N )
  5692.         EndLoop
  5693.       EndProc ;PushBackWindow
  5694.  
  5695.    Category: Display
  5696.  
  5697.    Run variable (parameters)   Run variable (parameters)   Run variable (parameters)
  5698.    This runs a procedure that was stored in a variable.
  5699.  
  5700.     var Y
  5701.  
  5702.     Procedure WriteSquared (X)
  5703.        Writeln (X * X)
  5704.     EndProc
  5705.  
  5706.     Example:
  5707.        Y = Loc(WriteSquared)
  5708.        Run Y(3)   ; This will write a 9 on the screen
  5709.  
  5710.    Warning! Don't put the variable you are running in parentheses.
  5711.  
  5712.        Run (Y,3)  ; this won't work
  5713.  
  5714.    See Also: Loc
  5715.  
  5716.    Category: Misc
  5717.  
  5718.  
  5719.  
  5720.    Computer Tyme MarxMenu Users Manual                     Page 97
  5721.    _______________________________________________________________
  5722.  
  5723.  
  5724.    Sat : Number   Sat : Number   Sat : Number
  5725.    Saturday, Returns the number 6.
  5726.  
  5727.    Category: WeekDay
  5728.  
  5729.    SavePosition (On/Off)   SavePosition (On/Off)   SavePosition (On/Off)
  5730.    If SavePosition is On, MarxMenu will return to the last menu selection
  5731.    you made when MarxMenu is re-entered. As you select menu layers your
  5732.    keystrokes are stored in an internal string variable called KeySave. On
  5733.    exit, MarxMenu writes KeySave to an environment variable KSV. On return
  5734.    to MarxMenu, this variable is retrieved. The return point may be altered
  5735.    by using the command KeySave = (string).
  5736.  
  5737.    Another thing this points out is that environment variables can be used
  5738.    to store information and allow MarxMenu to remember things from one
  5739.    selection to another. Since MarxMenu doesn't stay memory resident, this
  5740.    is the only way I have found to store information.
  5741.  
  5742.    Category: Keyboard, Environment
  5743.  
  5744.    ScreenHeight : Number   ScreenHeight : Number   ScreenHeight : Number
  5745.    Returns number of rows of character on your screen.
  5746.  
  5747.    Category: Display
  5748.  
  5749.    ScreenWidth : Number   ScreenWidth : Number   ScreenWidth : Number
  5750.    Returns number of columns of character on your screen.
  5751.  
  5752.    Category: Display
  5753.  
  5754.    ScrollLock : Boolean   ScrollLock : Boolean   ScrollLock : Boolean
  5755.    Returns true if Scroll Lock is on.
  5756.  
  5757.    Category: System
  5758.  
  5759.    ScrollMove (On/Off)   ScrollMove (On/Off)   ScrollMove (On/Off)
  5760.    This allows you to control whether or not the ScrollLock will allow you
  5761.    to move the top window. Default is On.
  5762.  
  5763.    Category: Display
  5764.  
  5765.    Second : Number   Second : Number   Second : Number
  5766.    Returns the current second.
  5767.  
  5768.    Category: Time
  5769.  
  5770.  
  5771.  
  5772.    Computer Tyme MarxMenu Users Manual                     Page 98
  5773.    _______________________________________________________________
  5774.  
  5775.  
  5776.    Security (on/off)   Security (on/off)   Security (on/off)
  5777.    When security is on, Readln echos '*' instead of the letters that are
  5778.    being typed. This is used for such things as entering passwords other
  5779.    than using the password command.
  5780.  
  5781.    Category: String
  5782.  
  5783.    SelectPath : String   SelectPath : String   SelectPath : String
  5784.    This command uses another program in the Computer Tyme DOS TOOLBOX
  5785.    called Pick Directory to read a text into a variable. You must have
  5786.    Computer Tyme Pick Directory for this feature to work.
  5787.  
  5788.     Example:
  5789.       OnKey 'B'
  5790.       |%BackPath = SelectPath
  5791.       cd %BackPath
  5792.       backup c: a:
  5793.  
  5794.    Category: String
  5795.  
  5796.    Sep : Number   Sep : Number   Sep : Number
  5797.    September, Returns the number 9.
  5798.  
  5799.    Category: MonthName
  5800.  
  5801.    SerialPorts : Number   SerialPorts : Number   SerialPorts : Number
  5802.    Returns number of serial ports.
  5803.  
  5804.    Category: System
  5805.  
  5806.    SetArraySize (Array,Size)   SetArraySize (Array,Size)   SetArraySize (Array,Size)
  5807.    If the array is larger than Size the array is truncated. If it is
  5808.    smaller, memory is allocated for the array.
  5809.  
  5810.    Category: Array
  5811.  
  5812.  
  5813.  
  5814.    Computer Tyme MarxMenu Users Manual                     Page 99
  5815.    _______________________________________________________________
  5816.  
  5817.  
  5818.    SetEnv (String)   SetEnv (String)   SetEnv (String)
  5819.    This is used to set environment strings. It can be used on the Current,
  5820.    Parent, Master or Shell environment.
  5821.  
  5822.     Example:
  5823.  
  5824.       SetEnv ('PATH=C:\')
  5825.       SetEnv ('COMSPEC=X:COMMAND.COM')
  5826.  
  5827.    MarxMenu also allows you to select which environment you are working
  5828.    with. This is done with the following commands.
  5829.  
  5830.     CurrentEnvironment
  5831.     ParentEnvironment
  5832.     MasterEnvironment
  5833.     ShellEnvironment
  5834.  
  5835.    See Also: ReadEnv ReadEnvironment ShellEnvironment
  5836.    See Also: CurrentEnvironment ParentEnvironment MasterEnvironment
  5837.  
  5838.    Category: Environment
  5839.  
  5840.    SetTopWindow (Number)   SetTopWindow (Number)   SetTopWindow (Number)
  5841.    Selects a window by number making it the current window and moves it to
  5842.    the top.
  5843.  
  5844.     Example:
  5845.       DrawBox ....
  5846.       ThisWindow = CurrentWindow
  5847.       DrawBox ....
  5848.       DrawBox ....
  5849.       SetTopWindow (ThisWindow)
  5850.  
  5851.    See Also: CurrentWindow
  5852.  
  5853.    Category: Display
  5854.  
  5855.    Shadow (on/off)   Shadow (on/off)   Shadow (on/off)
  5856.    Turn window shadows on/off.
  5857.  
  5858.    Category: Display
  5859.  
  5860.    ShadowColor (ForeColor,BackColor)   ShadowColor (ForeColor,BackColor)   ShadowColor (ForeColor,BackColor)
  5861.    Sets the color of the shadow. There are actually two shadow colors.
  5862.    MarxMenu stores different values for big shadows and small shadows.
  5863.  
  5864.    See Also: BigShadow, SmallShadow, ShadowPosition, Shadow
  5865.  
  5866.    Category: Display
  5867.  
  5868.  
  5869.  
  5870.    Computer Tyme MarxMenu Users Manual                     Page 100
  5871.    _______________________________________________________________
  5872.  
  5873.  
  5874.    ShadowPosition (number)   ShadowPosition (number)   ShadowPosition (number)
  5875.    Selects the shadow position around the window. A zero (default) sets the
  5876.    shadow position to the bottom right sind. A one sets the shadow position
  5877.    to the bottom left. Using ShadowPosition turns shadowing on so a Shadow
  5878.    On command is not required.
  5879.  
  5880.    See Also: Shadow, ShadowColor, BigShadow, SmallShadow
  5881.  
  5882.    Category: Display
  5883.  
  5884.    Shared   Shared   Shared
  5885.    The key word SHARED can be used to define variables just like VAR. Any
  5886.    variable defined with SHARED is passed globally to and from overlays.
  5887.  
  5888.    The important thing is that the Shared variables must be defined exactly
  5889.    the same way between the overlays. There is also a pre-defined variable
  5890.    called COMMON. Technically, Shared variables are qualifiers off of
  5891.    COMMON.
  5892.  
  5893.    See Also: Var, Constant, Qualifier
  5894.  
  5895.    Category: Variable
  5896.  
  5897.    ShellEnvironment   ShellEnvironment   ShellEnvironment
  5898.    ShellEnvironment selects the environment of the last COMMAND.COM in
  5899.    memory for use with environment access commands. This is usually the
  5900.    same as the Master Environment.
  5901.  
  5902.    More than one COMMAND.COM is loaded when you are running a shell under
  5903.    WINDOWS or DESQVIEW. When using these programs, you will want to access
  5904.    the Shell Envoronment instead of the Master Environment. The Shell
  5905.    Environment is the one that will run batch files.
  5906.  
  5907.    See Also: ReadEnv SetEnv ReadEnvironment MasterEnvironment
  5908.    See Also: CurrentEnvironment ParentEnvironment
  5909.  
  5910.    Category: Environment
  5911.  
  5912.    Shl : Operator   Shl : Operator   Shl : Operator
  5913.    Shift left, does a binary 32 bit shift left.
  5914.  
  5915.    Category: Math
  5916.  
  5917.    Shr : Operator   Shr : Operator   Shr : Operator
  5918.    Shift right, does a binary 32 bit shift right.
  5919.  
  5920.    Category: Math
  5921.  
  5922.  
  5923.  
  5924.    Computer Tyme MarxMenu Users Manual                     Page 101
  5925.    _______________________________________________________________
  5926.  
  5927.  
  5928.    Sin (Radians) : Real   Sin (Radians) : Real   Sin (Radians) : Real
  5929.    Returns the Sine of a real.
  5930.  
  5931.    Category: Math, Float
  5932.  
  5933.    SingleLineBox   SingleLineBox   SingleLineBox
  5934.    Selects single line box for menu borders.
  5935.  
  5936.    See Also: DoubleLineBox, BlockBox, CustomBox, NoBoxBorder
  5937.  
  5938.    Category: Display
  5939.  
  5940.    SmallShadow   SmallShadow   SmallShadow
  5941.    Selects small shadow type.
  5942.  
  5943.    See Also: BigShadow, ShadowPosition, ShadowColor
  5944.  
  5945.    Category: Display
  5946.  
  5947.    Sound (on/off)   Sound (on/off)   Sound (on/off)
  5948.    Turn sound effects on/off.
  5949.  
  5950.    Category: Display
  5951.  
  5952.    Sqr (Real) : Real   Sqr (Real) : Real   Sqr (Real) : Real
  5953.    Returns the Square Root of a real.
  5954.  
  5955.    Category: Math, Float
  5956.  
  5957.    StandardIO   StandardIO   StandardIO
  5958.    This tells MarxMenu to use standard Input and Output file handles for
  5959.    reading the keyboard and writing to the screen.
  5960.  
  5961.    Category: Display
  5962.  
  5963.    Str (number) : String   Str (number) : String   Str (number) : String
  5964.    Turns a number into a string.
  5965.  
  5966.    Category: String
  5967.  
  5968.  
  5969.  
  5970.    Computer Tyme MarxMenu Users Manual                     Page 102
  5971.    _______________________________________________________________
  5972.  
  5973.  
  5974.    StuffAKey (String or Number)   StuffAKey (String or Number)   StuffAKey (String or Number)
  5975.    Stuffs a single key into the DOS keyboard buffer when MarxMenu exits.
  5976.    The limit is 16 characters.
  5977.  
  5978.     Example:
  5979.       StuffAKey($3F00) ;stuff the F5 key
  5980.       StuffAKey F5     ;same thing
  5981.  
  5982.    Do not mix StuffAKey with StuffKBD. Use one or the other.
  5983.  
  5984.    Category: Execution, Keyboard, String
  5985.  
  5986.    StuffKBD (String)   StuffKBD (String)   StuffKBD (String)
  5987.    Stuffs the string into the DOS keyboard buffer when MarxMenu exits. The
  5988.    limit is 16 characters.
  5989.  
  5990.     Example:
  5991.        StuffKBD 'LOGOUT' + CR
  5992.  
  5993.    Category: Execution, Keyboard, String
  5994.  
  5995.    StuffKeyboardNow   StuffKeyboardNow   StuffKeyboardNow
  5996.    Normally the keyboard stuffing is done as MarxMenu quits. This forces
  5997.    the keyboard to be stuffed immediately.
  5998.  
  5999.    Category: Keyboard
  6000.  
  6001.    Succ (number) : Number   Succ (number) : Number   Succ (number) : Number
  6002.    Returns number plus 1.
  6003.  
  6004.    Category: Math
  6005.  
  6006.    Suggest (Char)   Suggest (Char)   Suggest (Char)
  6007.    Normally the UseArrows command will start in the upper left hand corner.
  6008.    By using the Suggest command, you can set it to start on any menu
  6009.    selection.
  6010.  
  6011.     Example:
  6012.        Suggest 'E'
  6013.  
  6014.    Category: Display
  6015.  
  6016.    Sun : Number   Sun : Number   Sun : Number
  6017.    Sunday, Returns the number 0.
  6018.  
  6019.    Category: WeekDay
  6020.  
  6021.  
  6022.  
  6023.    Computer Tyme MarxMenu Users Manual                     Page 103
  6024.    _______________________________________________________________
  6025.  
  6026.  
  6027.    TextBackground (color)   TextBackground (color)   TextBackground (color)
  6028.    Sets text background color.
  6029.  
  6030.    Category: Display
  6031.  
  6032.    TextColor (forecolor,backcolor)   TextColor (forecolor,backcolor)   TextColor (forecolor,backcolor)
  6033.    Sets the color of text to be displayed on the screen. TextColor resets
  6034.    the value of CapsColor.
  6035.  
  6036.    Category: Display
  6037.  
  6038.    TextMode (num)   TextMode (num)   TextMode (num)
  6039.    Sets the video text mode.
  6040.  
  6041.     0 = 40 column BW
  6042.     1 = 40 column COLOR
  6043.     2 = 80 column BW
  6044.     3 = 80 column COLOR
  6045.     258 = 43/50 line EGA BW
  6046.     259 = 43/50 line EGA COLOR
  6047.  
  6048.     Example:
  6049.       TextMode BW80
  6050.  
  6051.    Category: Video
  6052.  
  6053.    TextPos : Number   TextPos : Number   TextPos : Number
  6054.    TextPos returns the current position in a text file. This can be saved
  6055.    so that you can go to the same place using TextSeek.
  6056.  
  6057.    See Also: TextSeek
  6058.  
  6059.    Category: File
  6060.  
  6061.    TextSeek (Number)   TextSeek (Number)   TextSeek (Number)
  6062.    TextSeek moves to a specific byte in a text file.
  6063.  
  6064.    See Also: TextPos
  6065.  
  6066.    Category: File
  6067.  
  6068.    Then   Then   Then
  6069.    Conditional control.
  6070.  
  6071.    See Also: If
  6072.  
  6073.    Category: Conditional
  6074.  
  6075.  
  6076.  
  6077.    Computer Tyme MarxMenu Users Manual                     Page 104
  6078.    _______________________________________________________________
  6079.  
  6080.  
  6081.    Thu : Number   Thu : Number   Thu : Number
  6082.    Thursday, Returns the number 4.
  6083.  
  6084.    Category: WeekDay
  6085.  
  6086.    Timer : Number   Timer : Number   Timer : Number
  6087.    Returns the system timer.
  6088.  
  6089.    Category: Time
  6090.  
  6091.    TimeString : String   TimeString : String   TimeString : String
  6092.    Returns the time in HH:MM:SS format. 24 hour.
  6093.  
  6094.    Category: String, Time
  6095.  
  6096.    Tone (Frequency,Duration)   Tone (Frequency,Duration)   Tone (Frequency,Duration)
  6097.    This command plays a note at Frequency cycles per second for a period of
  6098.    Duration 1/18 of a second. The reason it is in 1/18 seconds is because
  6099.    there is a standard interrupt that gives me that time period. The IBM
  6100.    series computers are not music oriented machines so don't throw away
  6101.    your Compact Disk player.
  6102.  
  6103.    The maximum duration is 255 1/18 of a second. Normally, MarxMenu will
  6104.    create a break in between notes equal to 1/8 of the duration of the
  6105.    note. If you want to eliminate the break and create a 'slur' (music
  6106.    term), add 256 to the duration. This tells MarxMenu to connect the notes
  6107.    without a break.
  6108.  
  6109.    Category: Music
  6110.  
  6111.    TotalDiskSpace <drive> : Number   TotalDiskSpace <drive> : Number   TotalDiskSpace <drive> : Number
  6112.    Returns total disk space in bytes.
  6113.  
  6114.     Example:
  6115.       Writeln (TotalDiskSpace 'C')
  6116.  
  6117.    TotalDiskSpace only looks at the first character of the string for
  6118.    the drive letter.
  6119.  
  6120.    Category: System
  6121.  
  6122.    TotalEMS : Number   TotalEMS : Number   TotalEMS : Number
  6123.    Returns total EMS memory in bytes.
  6124.  
  6125.    Category: Memory
  6126.  
  6127.  
  6128.  
  6129.    Computer Tyme MarxMenu Users Manual                     Page 105
  6130.    _______________________________________________________________
  6131.  
  6132.  
  6133.    Trim (string)   Trim (string)   Trim (string)
  6134.    Trims white space from both ends of a string. White space is
  6135.    blank characters and lower.
  6136.  
  6137.    Category: String
  6138.  
  6139.    True : Boolean   True : Boolean   True : Boolean
  6140.    Returns boolean true.
  6141.  
  6142.    Category: Boolean
  6143.  
  6144.    Tue : Number   Tue : Number   Tue : Number
  6145.    Tuesday, Returns the number 2.
  6146.  
  6147.    Category: WeekDay
  6148.  
  6149.    UniqueFileName : String   UniqueFileName : String   UniqueFileName : String
  6150.    Uses the create new file call to get a filename that is different than
  6151.    any other file name. It is tied to the DOS call that is used to create a
  6152.    unique file name according to the rules of your operating system.
  6153.  
  6154.    Category: File, String
  6155.  
  6156.    Until   Until   Until
  6157.    Conditional control.
  6158.  
  6159.    See Also: Repeat.
  6160.  
  6161.    Category: Conditional
  6162.  
  6163.    UpperCase (String) : String   UpperCase (String) : String   UpperCase (String) : String
  6164.    Return UpperCase of String
  6165.  
  6166.    Category: String
  6167.  
  6168.    UpperCaseOnly : Boolean   UpperCaseOnly : Boolean   UpperCaseOnly : Boolean
  6169.    Setting UpperCaseOnly to on forces text entered with Readln or ReadKey
  6170.    to upper case.
  6171.  
  6172.    Category: String
  6173.  
  6174.  
  6175.  
  6176.    Computer Tyme MarxMenu Users Manual                     Page 106
  6177.    _______________________________________________________________
  6178.  
  6179.  
  6180.    UseArrows   UseArrows   UseArrows
  6181.    UseArrows tells MarxMenu that the selection will be made by moving an
  6182.    inverse video bar over the selections. No parameters are required for
  6183.    this command to work. It will pick the first line with a capital letter
  6184.    as the first menu selection. All text in the window must be indented at
  6185.    least one space and there must be one space between the end of the line
  6186.    and the right wall of the window. Multiple items on the same line must
  6187.    be separated by two or more spaces.
  6188.  
  6189.    The OnKey selection is triggered by either the first capital letter in
  6190.    the selection or by a number from 0 - 9 or some punctuation characters.
  6191.    This number or letter will be a different color if you use the CapsColor
  6192.    command. (See Also: PULL.MNU for an example).
  6193.  
  6194.    UseArrows Off will disable this feature.
  6195.  
  6196.    See Also: ReadKey
  6197.  
  6198.    Category: Display
  6199.  
  6200.    UseCommand (on/off)   UseCommand (on/off)   UseCommand (on/off)
  6201.    Used with Execute. Will load COMMAND.COM before running the specified
  6202.    program. Not as fast, because the system has to find and load
  6203.    COMMAND.COM, then the specified program. The advantage is if COMMAND.COM
  6204.    is loaded, it will automatically search the DOS path for the file to be
  6205.    executed by the Execute command.
  6206.  
  6207.     Example:
  6208.       OnKey 'D'
  6209.       |UseCommand On
  6210.       |Execute 'DM'
  6211.  
  6212.    The default is OFF.
  6213.  
  6214.    See Also: Execute
  6215.  
  6216.    Category: Execution
  6217.  
  6218.    UsedDiskSpace <drive> : Number   UsedDiskSpace <drive> : Number   UsedDiskSpace <drive> : Number
  6219.    Returns used disk space in bytes.
  6220.  
  6221.     Example:
  6222.       Writeln (UsedDiskSpace 'C')
  6223.  
  6224.    UsedDiskSpace only looks at the first character of the string for the
  6225.    dirve letter.
  6226.  
  6227.    Category: System
  6228.  
  6229.  
  6230.  
  6231.    Computer Tyme MarxMenu Users Manual                     Page 107
  6232.    _______________________________________________________________
  6233.  
  6234.  
  6235.    Value (string) : Number   Value (string) : Number   Value (string) : Number
  6236.    Converts String to Number. Leading $ indicates Hex.
  6237.  
  6238.    Category: String, Math
  6239.  
  6240.    Var   Var   Var
  6241.    Used to create variables.
  6242.  
  6243.    See Also: Constant, Shared, Qualifier
  6244.  
  6245.    Category: Variable
  6246.  
  6247.    VideoMode : Number   VideoMode : Number   VideoMode : Number
  6248.    Returns Current Video Mode.
  6249.  
  6250.    Category: Video
  6251.  
  6252.    VideoPage : Number   VideoPage : Number   VideoPage : Number
  6253.    Returns Current Video Page.
  6254.  
  6255.    Category: Video
  6256.  
  6257.    ViewTextFile (Name)   ViewTextFile (Name)   ViewTextFile (Name)
  6258.    This command lets you view a text file in the current window.
  6259.  
  6260.    Category: Display, File
  6261.  
  6262.    Volume (drive)   Volume (drive)   Volume (drive)
  6263.    Returns the volume label of the specified drive.
  6264.  
  6265.    Category: System
  6266.  
  6267.    Wait (number)   Wait (number)   Wait (number)
  6268.    Delay for a number of 1/100 seconds. Wait 250 delays 2 1/2 seconds.
  6269.  
  6270.    Category: Misc
  6271.  
  6272.    WaitOrKbdReady (Number)   WaitOrKbdReady (Number)   WaitOrKbdReady (Number)
  6273.    This command is just like the WAIT command except the wait is aborted by
  6274.    pressing any key. Time to wait is in hundredths of a second. This
  6275.    command is useful when using MarxMenu to write a running demo.
  6276.  
  6277.    Category: Keyboard
  6278.  
  6279.    Wed : Number   Wed : Number   Wed : Number
  6280.    Wednesday, Returns the number 3.
  6281.  
  6282.    Category: WeekDay
  6283.  
  6284.  
  6285.  
  6286.    Computer Tyme MarxMenu Users Manual                     Page 108
  6287.    _______________________________________________________________
  6288.  
  6289.  
  6290.    WhereX : Number   WhereX : Number   WhereX : Number
  6291.    Returns the horizontal position of the cursor within the current window.
  6292.  
  6293.    Category: Display
  6294.  
  6295.    WhereXAbs : Number   WhereXAbs : Number   WhereXAbs : Number
  6296.    Returns the horizontal screen position of the cursor.
  6297.  
  6298.    Category: Display
  6299.  
  6300.    WhereY : Number   WhereY : Number   WhereY : Number
  6301.    Returns the vertical position of the cursor within the current window.
  6302.  
  6303.    WhereYAbs : Number   WhereYAbs : Number   WhereYAbs : Number
  6304.    Returns the vertical screen position of the cursor.
  6305.  
  6306.    Category: Display
  6307.  
  6308.    While   While   While
  6309.    Used for program control. Usage:
  6310.  
  6311.     WHILE (condition)
  6312.        (statement)
  6313.        (statement)
  6314.     ENDWHILE
  6315.  
  6316.    Execution stays in the while loop as long as the condition is true.
  6317.  
  6318.    See Also: EndWhile
  6319.  
  6320.    Category: Conditional
  6321.  
  6322.    White : Number   White : Number   White : Number
  6323.    Returns the number 15.
  6324.  
  6325.    Category: Color
  6326.  
  6327.    WindowHeight : Number   WindowHeight : Number   WindowHeight : Number
  6328.    Returns number of rows in current window.
  6329.  
  6330.    Category: Display
  6331.  
  6332.    WindowWidth : Number   WindowWidth : Number   WindowWidth : Number
  6333.    Returns number of columns in current window.
  6334.  
  6335.    Category: Display
  6336.  
  6337.  
  6338.  
  6339.    Computer Tyme MarxMenu Users Manual                     Page 109
  6340.    _______________________________________________________________
  6341.  
  6342.  
  6343.    Write (string)   Write (string)   Write (string)
  6344.    Writes (string) on the screen at the current cursor position.
  6345.  
  6346.    Category: Display
  6347.  
  6348.    WriteCenter (string)   WriteCenter (string)   WriteCenter (string)
  6349.    Writes (string) centered in current window.
  6350.  
  6351.    Category: Display
  6352.  
  6353.    Writeln (string)   Writeln (string)   Writeln (string)
  6354.    Writes (string) on the screen followed by a CR-LF (carriage
  6355.    return-line feed).
  6356.  
  6357.    Category: Display
  6358.  
  6359.    WritePort (port,number)   WritePort (port,number)   WritePort (port,number)
  6360.    Writes number to port.
  6361.  
  6362.    Category: Memory
  6363.  
  6364.    WriteTextFile (FileName,Array)   WriteTextFile (FileName,Array)   WriteTextFile (FileName,Array)
  6365.    This command writes a string array to a text file. Do not use FileCreate
  6366.    of any other file commands with this. This command does it all.
  6367.  
  6368.    See Also: ReadTextFile
  6369.  
  6370.    Category: File, Array
  6371.  
  6372.    WriteVertical (string)   WriteVertical (string)   WriteVertical (string)
  6373.    Writes (string) vertically on the screen from the current cursor
  6374.    position.
  6375.  
  6376.     Example:
  6377.       WriteVertical( 'Hello' )
  6378.  
  6379.         ;This would display
  6380.           H
  6381.           e
  6382.           l
  6383.           l
  6384.           o
  6385.  
  6386.    Category: Display
  6387.  
  6388.    Xor : Operator   Xor : Operator   Xor : Operator
  6389.    Returns logical Xor if operators are boolean; or bitwise Xor if
  6390.    operators are numeric.
  6391.  
  6392.    Category: Math, Boolean
  6393.  
  6394.  
  6395.  
  6396.    Computer Tyme MarxMenu Users Manual                     Page 110
  6397.    _______________________________________________________________
  6398.  
  6399.  
  6400.    Year : Number   Year : Number   Year : Number
  6401.    Returns current Year.
  6402.  
  6403.    Category: Time
  6404.  
  6405.    Yellow : Number   Yellow : Number   Yellow : Number
  6406.    Returns the number 14.
  6407.  
  6408.    Category: Color
  6409.  
  6410.    Yes : Boolean   Yes : Boolean   Yes : Boolean
  6411.    Returns True.
  6412.  
  6413.    COMMAND CATEGORIES   COMMAND CATEGORIES   COMMAND CATEGORIES
  6414.  
  6415.    Here is a breakdown of MarxMenu commands by command category. Many
  6416.    MarxMenu commands are in several categories. These are the same
  6417.    categories as in the MarxHelp utility.
  6418.  
  6419.    MISC COMMANDS   MISC COMMANDS   MISC COMMANDS
  6420.  
  6421.     |                       | (Vertical Bar)
  6422.     (                       ( : Operator
  6423.     )                       ) : Operator
  6424.     Alias                   Alias
  6425.     Comment                 Comment
  6426.     EndComment              EndComment
  6427.     EndProc                 EndProc
  6428.     Include                 Include (MenuName)
  6429.     Loc                     Loc (Procedure)
  6430.     NetworkVersion          NetworkVersion : Boolean
  6431.     Procedure               Procedure (name)
  6432.     Return                  Return (param,param,...)
  6433.     Run                     Run variable (parameters)
  6434.     Wait                    Wait (number)
  6435.  
  6436.  
  6437.  
  6438.    Computer Tyme MarxMenu Users Manual                     Page 111
  6439.    _______________________________________________________________
  6440.  
  6441.  
  6442.    MATH COMMANDS   MATH COMMANDS   MATH COMMANDS
  6443.  
  6444.     *                       * : Operator
  6445.     +                       + : Operator
  6446.     -                       - : Operator
  6447.     /                       / : Operator
  6448.     <                       < : Operator
  6449.     <=                      <= : Operator
  6450.     <>                      <> : Operator
  6451.     =                       = : Operator
  6452.     >                       > : Operator
  6453.     >=                      >= : Operator
  6454.     Abs                     Abs : Number
  6455.     And                     And : Operator
  6456.     ArcTan                  ArcTan (Radians) : Real
  6457.     Cos                     Cos (Radians) : Real
  6458.     Exp                     Exp (Real) : Real
  6459.     Fraction                Fraction (Real) : Real
  6460.     Int                     Int (Real) : Real
  6461.     Integer                 Integer (Real) : Number
  6462.     Ln                      Ln (Real) : Real
  6463.     Max                     Max (Num,Num) : Num
  6464.     Min                     Min (Num,Num) : Num
  6465.     Mod                     Mod : Operator
  6466.     Not                     Not : Operator
  6467.     Or                      Or : Operator
  6468.     Pi                      Pi : Real
  6469.     Power                   Power (Real,Real) : Real
  6470.     Pred                    Pred (number) : Number
  6471.     Random                  Random : Number
  6472.     Real                    Real (Integer) : Real
  6473.     Shl                     Shl : Operator
  6474.     Shr                     Shr : Operator
  6475.     Sin                     Sin (Radians) : Real
  6476.     Sqr                     Sqr (Real) : Real
  6477.     Succ                    Succ (number) : Number
  6478.     Value                   Value (string) : Number
  6479.     Xor                     Xor : Operator
  6480.  
  6481.  
  6482.  
  6483.    Computer Tyme MarxMenu Users Manual                     Page 112
  6484.    _______________________________________________________________
  6485.  
  6486.  
  6487.    FLOAT COMMANDS   FLOAT COMMANDS   FLOAT COMMANDS
  6488.  
  6489.     *                       * : Operator
  6490.     +                       + : Operator
  6491.     -                       - : Operator
  6492.     /                       / : Operator
  6493.     <                       < : Operator
  6494.     <=                      <= : Operator
  6495.     <>                      <> : Operator
  6496.     =                       = : Operator
  6497.     >                       > : Operator
  6498.     >=                      >= : Operator
  6499.     Abs                     Abs : Number
  6500.     ArcTan                  ArcTan (Radians) : Real
  6501.     Cos                     Cos (Radians) : Real
  6502.     Exp                     Exp (Real) : Real
  6503.     Fraction                Fraction (Real) : Real
  6504.     Int                     Int (Real) : Real
  6505.     Integer                 Integer (Real) : Number
  6506.     Ln                      Ln (Real) : Real
  6507.     Max                     Max (Num,Num) : Num
  6508.     Min                     Min (Num,Num) : Num
  6509.     Pi                      Pi : Real
  6510.     Power                   Power (Real,Real) : Real
  6511.     Real                    Real (Integer) : Real
  6512.     Sin                     Sin (Radians) : Real
  6513.     Sqr                     Sqr (Real) : Real
  6514.  
  6515.    STRING COMMANDS   STRING COMMANDS   STRING COMMANDS
  6516.  
  6517.     +                       + : Operator
  6518.     <                       < : Operator
  6519.     <=                      <= : Operator
  6520.     <>                      <> : Operator
  6521.     =                       = : Operator
  6522.     >                       > : Operator
  6523.     >=                      >= : Operator
  6524.     %MenuFileName           %MenuFileName : String
  6525.     BatFileName             BatFileName : String
  6526.     BlankMessage            BlankMessage (string)
  6527.     Char                    Char (number) : String
  6528.     CleanFileName           CleanFileName (string) : String
  6529.     CmdLine                 CmdLine : String
  6530.     DateString              DateString : String
  6531.     Delete                  Delete (string,pos,count)
  6532.     DosVersionString        DosVersionString : String
  6533.     ForceExtension          ForceExtension (String,Ext) : String
  6534.     InputString             InputString (String)
  6535.     Insert                  Insert (InsString,OrigString,Pos)
  6536.     KeySave                 KeySave : String
  6537.     LastKey                 LastKey : String
  6538.     Left                    Left (string,count) : String
  6539.  
  6540.  
  6541.  
  6542.    Computer Tyme MarxMenu Users Manual                     Page 113
  6543.    _______________________________________________________________
  6544.  
  6545.  
  6546.     Length                  Length (string) : Number
  6547.     MarxVersion             MarxVersion : String
  6548.     Max                     Max (Num,Num) : Num
  6549.     Mid                     Mid (string,pos,count) : String
  6550.     Min                     Min (Num,Num) : Num
  6551.     MxCmd                   MxCmd : String
  6552.     NextWord                NextWord (String) : String
  6553.     OptionSwitch            OptionSwitch (String1,String2) : Boolean
  6554.     Ord                     Ord (Char) : Number
  6555.     ParamStr                ParamStr (Num) : String
  6556.     Path                    Path : String
  6557.     PickFile                PickFile (FileSpec,column,row,height) : String
  6558.     PickMany                PickMany(SourceArray,DestinationArray)
  6559.     PickOne                 PickOne (Array) : String
  6560.     PickPosition            PickPosition : Number
  6561.     Pos                     Pos (substring,string) : Number
  6562.     Readln                  Readln : String
  6563.     ReleaseDate             ReleaseDate : String
  6564.     Right                   Right (string,count) : String
  6565.     Security                Security (on/off)
  6566.     SelectPath              SelectPath : String
  6567.     Str                     Str (number) : String
  6568.     StuffAKey               StuffAKey (String or Number)
  6569.     StuffKBD                StuffKBD (String)
  6570.     TimeString              TimeString : String
  6571.     Trim                    Trim (string)
  6572.     UniqueFileName          UniqueFileName : String
  6573.     UpperCase               UpperCase (String) : String
  6574.     UpperCaseOnly           UpperCaseOnly : Boolean
  6575.     Value                   Value (string) : Number
  6576.  
  6577.    BOOLEAN COMMANDS   BOOLEAN COMMANDS   BOOLEAN COMMANDS
  6578.  
  6579.     And                     And : Operator
  6580.     False                   False : Boolean
  6581.     No                      No : Boolean
  6582.     Not                     Not : Operator
  6583.     Off                     Off : Boolean
  6584.     On                      On : Boolean
  6585.     Or                      Or : Operator
  6586.     True                    True : Boolean
  6587.     Xor                     Xor : Operator
  6588.  
  6589.  
  6590.  
  6591.    Computer Tyme MarxMenu Users Manual                     Page 114
  6592.    _______________________________________________________________
  6593.  
  6594.  
  6595.    MONTHNAME COMMANDS   MONTHNAME COMMANDS   MONTHNAME COMMANDS
  6596.  
  6597.     Apr                     Apr : Number
  6598.     Aug                     Aug : Number
  6599.     Dec                     Dec : Number
  6600.     Feb                     Feb : Number
  6601.     Jan                     Jan : Number
  6602.     Jul                     Jul : Number
  6603.     Jun                     Jun : Number
  6604.     Mar                     Mar : Number
  6605.     May                     May : Number
  6606.     Nov                     Nov : Number
  6607.     Oct                     Oct : Number
  6608.     Sep                     Sep : Number
  6609.  
  6610.    EXECUTION COMMANDS   EXECUTION COMMANDS   EXECUTION COMMANDS
  6611.  
  6612.     Bat                     Bat (string)
  6613.     Chain                   Chain (MenuName)
  6614.     ClearScreenFirst        ClearScreenFirst (on/off)
  6615.     DosWindow               DosWindow (on/off)
  6616.     Execute                 Execute (command string)
  6617.     ExitCode                ExitCode
  6618.     ExitMenu                ExitMenu
  6619.     Jump                    Jump (menu)
  6620.     KeySave                 KeySave : String
  6621.     MxCmd                   MxCmd : String
  6622.     NoExit                  NoExit
  6623.     Overlay                 OverLay (MenuName)
  6624.     PauseAfterExecute       PauseAfterExecute (On/Off)
  6625.     Reboot                  Reboot
  6626.     ReturnCode              ReturnCode : Number
  6627.     StuffAKey               StuffAKey (String or Number)
  6628.     StuffKBD                StuffKBD (String)
  6629.     UseCommand              UseCommand (on/off)
  6630.  
  6631.    DISPLAY COMMANDS   DISPLAY COMMANDS   DISPLAY COMMANDS
  6632.  
  6633.     BigShadow               BigShadow
  6634.     BlankTime               BlankTime (minutes)
  6635.     BlockBox                BlockBox
  6636.     BoxBorderColor          BoxBorderColor (forecolor,backcolor)
  6637.     BoxHeader               BoxHeader (string)
  6638.     BoxHeaderLeft           BoxHeaderLeft (string)
  6639.     BoxHeaderRight          BoxHeaderRight (string)
  6640.     BoxHeaderColor          BoxHeaderColor (forecolor,backcolor)
  6641.     BoxFooter               BoxFooter (string)
  6642.     BoxFooterLeft           BoxFooterLeft (string)
  6643.     BoxFooterRight          BoxFooterRight (string)
  6644.     BoxInsideColor          BoxInsideColor (forecolor,backcolor)
  6645.     CapsColor               CapsColor (forecolor,backcolor)
  6646.     ClearLine               ClearLine [char]
  6647.  
  6648.  
  6649.  
  6650.    Computer Tyme MarxMenu Users Manual                     Page 115
  6651.    _______________________________________________________________
  6652.  
  6653.  
  6654.     ClearScreen             ClearScreen [char]
  6655.     ClearScreenOnExit       ClearScreenOnExit (on/off)
  6656.     ClockColor              ClockColor (forecolor,backcolor)
  6657.     ClockMode               ClockMode
  6658.     ClockPos                ClockPos (column,row)
  6659.     Console                 Console (On/Off)
  6660.     ConsoleBorderColor      ConsoleBorderColor (Color,Color)
  6661.     ConsoleHeaderColor      ConsoleHeaderColor (Color,Color)
  6662.     ConsoleInsideColor      ConsoleInsideColor (Color,Color)
  6663.     ConsolePos              ConsolePos (column,row)
  6664.     CurrentWindow           CurrentWindow : Number
  6665.     Cursor                  Cursor (On/Off)
  6666.     CustomBox               CustomBox (String)
  6667.     DoubleLineBox           DoubleLineBox
  6668.     DrawBox                 DrawBox (column,row,width,height)
  6669.     EraseTopWindow          EraseTopWindow
  6670.     Explode                 Explode (on/off)
  6671.     ExplodeDelay            ExplodeDelay (number)
  6672.     ForceExplosion          ForceExplosion (On/Off)
  6673.     GotoXY                  GotoXY (column,row)
  6674.     InactiveBox             InactiveBox (BoxType)
  6675.     InactiveBoxColor        InactiveBoxColor (foreground,background)
  6676.     InverseColor            InverseColor (forecolor,backcolor)
  6677.     LockWord                LockWord (word)
  6678.     MoveWindow              MoveWindow (Horizontal,Vertical)
  6679.     NoBoxBorder             NoBoxBorder
  6680.     PullMenu                PullMenu (on/off)
  6681.     ResizeWindow            ResizeWindow (Horizontal Vertical)
  6682.     RollWindow              RollWindow (number)
  6683.     ScreenHeight            ScreenHeight : Number
  6684.     ScreenWidth             ScreenWidth : Number
  6685.     ScrollMove              ScrollMove (On/Off)
  6686.     SetTopWindow            SetTopWindow (Number)
  6687.     Shadow                  Shadow (on/off)
  6688.     ShadowColor             ShadowColor (ForeColor,BackColor)
  6689.     ShadowPosition          ShadowPosition (number)
  6690.     SingleLineBox           SingleLineBox
  6691.     SmallShadow             SmallShadow
  6692.     Sound                   Sound (on/off)
  6693.     StandardIO              StandardIO
  6694.     Suggest                 Suggest (Char)
  6695.     TextBackground          TextBackground (color)
  6696.     TextColor               TextColor (forecolor,backcolor)
  6697.     UseArrows               UseArrows
  6698.     ViewTextFile            ViewTextFile (Name)
  6699.     WhereX                  WhereX : Number
  6700.     WhereXAbs               WhereXAbs : Number
  6701.     WhereYAbs               WhereYAbs : Number
  6702.     WindowHeight            WindowHeight : Number
  6703.     WindowWidth             WindowWidth : Number
  6704.     Write                   Write (string)
  6705.     WriteCenter             WriteCenter (string)
  6706.  
  6707.  
  6708.  
  6709.    Computer Tyme MarxMenu Users Manual                     Page 116
  6710.    _______________________________________________________________
  6711.  
  6712.  
  6713.     Writeln                 Writeln (string)
  6714.     WriteVertical           WriteVertical (string)
  6715.  
  6716.    COLOR COMMANDS   COLOR COMMANDS   COLOR COMMANDS
  6717.  
  6718.     Black                   Black : Number
  6719.     Blue                    Blue : Number
  6720.     Brown                   Brown : Number
  6721.     Cyan                    Cyan : Number
  6722.     Green                   Green : Number
  6723.     Grey                    Grey : Number
  6724.     LBlue                   LBlue : Number
  6725.     LCyan                   LCyan : Number
  6726.     LGreen                  LGreen : Number
  6727.     LGrey                   LGrey : Number
  6728.     LMag                    LMag : Number
  6729.     LMagenta                LMagenta : Number
  6730.     LRed                    LRed : Number
  6731.     Mag                     Mag : Number
  6732.     Magenta                 Magenta : Number
  6733.     Red                     Red : Number
  6734.     White                   White : Number
  6735.     Yellow                  Yellow : Number
  6736.  
  6737.    VIDEO COMMANDS   VIDEO COMMANDS   VIDEO COMMANDS
  6738.  
  6739.     BW40                    BW40 : Number
  6740.     BW80                    BW80 : Number
  6741.     CO40                    CO40 : Number
  6742.     CO80                    CO80 : Number
  6743.     Mono                    Mono : Number
  6744.     TextMode                TextMode (num)
  6745.     VideoMode               VideoMode : Number
  6746.     VideoPage               VideoPage : Number
  6747.  
  6748.    SYSTEM COMMANDS   SYSTEM COMMANDS   SYSTEM COMMANDS
  6749.  
  6750.     CapsLock                CapsLock : Boolean
  6751.     ClusterSize             ClusterSize <drive> : Number
  6752.     DosVersion              DosVersion : Number
  6753.     DosVersionString        DosVersionString : String
  6754.     Drives                  Drives : Number
  6755.     Floppies                Floppies : Number
  6756.     FreeDiskSpace           FreeDiskSpace <drive> : Number
  6757.     MinorDosVersion         MinorDosVersion : Number
  6758.     NumLock                 NumLock : Boolean
  6759.     ParallelPorts           ParallelPorts : Number
  6760.     ScrollLock              ScrollLock : Boolean
  6761.     SerialPorts             SerialPorts : Number
  6762.     TotalDiskSpace          TotalDiskSpace <drive> : Number
  6763.     UsedDiskSpace           UsedDiskSpace <drive> : Number
  6764.     Volume                  Volume (drive)
  6765.  
  6766.  
  6767.  
  6768.    Computer Tyme MarxMenu Users Manual                     Page 117
  6769.    _______________________________________________________________
  6770.  
  6771.  
  6772.  
  6773.    FILE COMMANDS   FILE COMMANDS   FILE COMMANDS
  6774.  
  6775.     ChDir                   ChDir (string)
  6776.     DelFile                 DelFile (Name)
  6777.     EndOfFile               EndOfFile (FileVar) : Boolean
  6778.     ExistDir                ExistDir (directory) : Boolean
  6779.     ExistFile               ExistFile : Boolean
  6780.     ExistOnPath             ExistOnPath (string) : String
  6781.     FileAppend              FileAppend (FileVar)
  6782.     FileAssign              FileAssign (FileVar,String)
  6783.     FileAttr                FileAttr (string) : Number
  6784.     FileClose               FileClose (FileVar)
  6785.     FileCreate              FileCreate (FileVar)
  6786.     FileDate                FileDate (string) : Number
  6787.     FileFlush               FileFlush (FileVar)
  6788.     FileLog                 FileLog (FileVar,String)
  6789.     FileOpen                FileOpen (FileVar)
  6790.     FilePos                 FilePos (FileVar) : Number
  6791.     FileReadln              FileReadln (FileVar) : String
  6792.     FileRename              FileRename (Old,New)
  6793.     FileResult              FileResult : Number
  6794.     FileSeek                FileSeek (FileVar,Number)
  6795.     FileSize                FileSize (string) : Number
  6796.     FileWrite               FileWrite (FileVar,String)
  6797.     FileWriteln             FileWriteln (FileVar,String)
  6798.     ReadTextFile            ReadTextFile (FileName,Array)
  6799.     TextPos                 TextPos : Number
  6800.     TextSeek                TextSeek (Number)
  6801.     UniqueFileName          UniqueFileName : String
  6802.     ViewTextFile            ViewTextFile (Name)
  6803.     WriteTextFile           WriteTextFile (FileName,Array)
  6804.  
  6805.    PRINTER COMMANDS   PRINTER COMMANDS   PRINTER COMMANDS
  6806.  
  6807.     ClosePrinter            ClosePrinter
  6808.     OpenPrinter             OpenPrinter
  6809.     Print                   Print (string)
  6810.     PrinterName             PrinterName (string)
  6811.     Println                 Println (String)
  6812.  
  6813.  
  6814.  
  6815.    Computer Tyme MarxMenu Users Manual                     Page 118
  6816.    _______________________________________________________________
  6817.  
  6818.  
  6819.    ENVIRONMENT COMMANDS   ENVIRONMENT COMMANDS   ENVIRONMENT COMMANDS
  6820.  
  6821.     CurrentEnvironment      CurrentEnvironment
  6822.     EnvFree                 EnvFree : Number
  6823.     EnvSize                 EnvSize : Number
  6824.     FixPath                 FixPath
  6825.     KeySave                 KeySave : String
  6826.     MasterEnvironment       MasterEnvironment
  6827.     ModifyPath              ModifyPath
  6828.     MxCmd                   MxCmd : String
  6829.     ParentEnvironment       ParentEnvironment
  6830.     ReadEnv                 ReadEnv (string) : String
  6831.     ReadEnvironment         ReadEnvironment (array)
  6832.     SavePosition            SavePosition (On/Off)
  6833.     SetEnv                  SetEnv (String)
  6834.     ShellEnvironment        ShellEnvironment
  6835.  
  6836.    TIME COMMANDS   TIME COMMANDS   TIME COMMANDS
  6837.  
  6838.     DateString              DateString : String
  6839.     Day                     Day : Number
  6840.     DayOfWeek               DayOfWeek : Number
  6841.     Hour                    Hour : Number
  6842.     Hundredth               Hundredth : Number
  6843.     Minute                  Minute : Number
  6844.     Month                   Month : Number
  6845.     Second                  Second : Number
  6846.     Timer                   Timer : Number
  6847.     TimeString              TimeString : String
  6848.     Year                    Year : Number
  6849.  
  6850.    ARRAY COMMANDS   ARRAY COMMANDS   ARRAY COMMANDS
  6851.  
  6852.     Delete                  Delete (string,pos,count)
  6853.     Dispose                 Dispose (Variable)
  6854.     NovGroupMembers         NovGroupsMembers (Group,Array)
  6855.     NovReadGroups           NovReadGroups (Name,Array)
  6856.     NovReadSecurityEquals   NovReadSecurityEquals (Name,Array)
  6857.     NovServers              NovServers (Array)
  6858.     NumberOfElements        NumberOfElememts (array) : Number
  6859.     PickMany                PickMany(SourceArray,DestinationArray)
  6860.     PickOne                 PickOne (Array) : String
  6861.     PickPosition            PickPosition : Number
  6862.     ReadEnvironment         ReadEnvironment (array)
  6863.     ReadTextFile            ReadTextFile (FileName,Array)
  6864.     SetArraySize            SetArraySize (Array,Size)
  6865.     WriteTextFile           WriteTextFile (FileName,Array)
  6866.  
  6867.  
  6868.  
  6869.    Computer Tyme MarxMenu Users Manual                     Page 119
  6870.    _______________________________________________________________
  6871.  
  6872.  
  6873.    MEMORY COMMANDS   MEMORY COMMANDS   MEMORY COMMANDS
  6874.  
  6875.     Dispose                 Dispose (Variable)
  6876.     FreeEms                 FreeEMS : Number
  6877.     FreeMemory              FreeMemory : Number
  6878.     Mem                     Mem (seg,ofs) : Number
  6879.     MemSize                 MemSize : Number
  6880.     MemW                    MemW (seg,ofs) : Number
  6881.     Port                    Port (number) : Number
  6882.     TotalEms                TotalEMS : Number
  6883.     WritePort               WritePort (port,number)
  6884.  
  6885.    DESQVIEW COMMANDS   DESQVIEW COMMANDS   DESQVIEW COMMANDS
  6886.  
  6887.     DvAppNumber             DvAppNumber : Number
  6888.     DvFrame                 DvFrame (Handle,On/Off)
  6889.     DvFreeze                DvFreeze (Handle)
  6890.     DvHide                  DvHide (Handle)
  6891.     DvKillTask              DvKillTask (Handle)
  6892.     DvLastHandle            DvLastHandle : Number
  6893.     DvLoaded                DvLoaded : Boolean
  6894.     DvMoveWindow            DvMoveWindow (Handle,X,Y)
  6895.     DvMyHandle              DvMyHandle : Number
  6896.     DvPifExecute            DvPifExecute (Pif File)
  6897.     DvResizeWindow          DvResizeWindow (Handle,Width,Height)
  6898.     DvSetBottom             DvSetBottom (Handle)
  6899.     DvSetTop                DvSetTop (Handle)
  6900.     DvUnFreeze              DvUnFreeze (Handle)
  6901.     DvUnHide                DvUnHide (Handle)
  6902.  
  6903.    CONDITIONAL COMMANDS   CONDITIONAL COMMANDS   CONDITIONAL COMMANDS
  6904.  
  6905.     Else                    Else
  6906.     Endif                   EndIf
  6907.     EndLoop                 EndLoop
  6908.     EndWhile                EndWhile
  6909.     If                      If
  6910.     Loop                    Loop
  6911.     LoopIndex               LoopIndex
  6912.     LoopLimit               LoopLimit
  6913.     OnKey                   OnKey (char)
  6914.     OnScreenOnly            OnScreenOnly (On/Off)
  6915.     Password                Password (Pswd,column,row)
  6916.     Repeat                  Repeat
  6917.     Then                    Then
  6918.     Until                   Until
  6919.     While                   While
  6920.  
  6921.  
  6922.  
  6923.    Computer Tyme MarxMenu Users Manual                     Page 120
  6924.    _______________________________________________________________
  6925.  
  6926.  
  6927.    WEEKDAY COMMANDS   WEEKDAY COMMANDS   WEEKDAY COMMANDS
  6928.  
  6929.     Fri                     Fri : Number
  6930.     Mon                     Mon : Number
  6931.     Sat                     Sat : Number
  6932.     Sun                     Sun : Number
  6933.     Thu                     Thu : Number
  6934.     Tue                     Tue : Number
  6935.     Wed                     Wed : Number
  6936.  
  6937.    KEYBOARD COMMANDS   KEYBOARD COMMANDS   KEYBOARD COMMANDS
  6938.  
  6939.     InputString             InputString (String)
  6940.     InsertMode              InsertMode (On/Off)
  6941.     KbdReady                KbdReady : Boolean
  6942.     MenuKeyBuffer           MenuKeyBuffer
  6943.     ReadKey                 ReadKey : String
  6944.     Readln                  Readln : String
  6945.     SavePosition            SavePosition (On/Off)
  6946.     StuffAKey               StuffAKey (String or Number)
  6947.     StuffKBD                StuffKBD (String)
  6948.     StuffKeyboardNow        StuffKeyboardNow
  6949.     WaitOrKbdReady          WaitOrKbdReady (Number)
  6950.  
  6951.    MUSIC COMMANDS   MUSIC COMMANDS   MUSIC COMMANDS
  6952.  
  6953.     KillMusic               KillMusic
  6954.     NotesLeft               NotesLeft : Num
  6955.     NotesPlayed             NotesPlayed : Num
  6956.     Tone                    Tone (Frequency,Duration)
  6957.  
  6958.    MOUSECONTROL COMMANDS   MOUSECONTROL COMMANDS   MOUSECONTROL COMMANDS
  6959.  
  6960.     Mouse                   Mouse
  6961.     MouseHorizontal         MouseHorizontal (Number)
  6962.     MouseVertical           MouseVertical (Number)
  6963.  
  6964.  
  6965.  
  6966.    Computer Tyme MarxMenu Users Manual                     Page 121
  6967.    _______________________________________________________________
  6968.  
  6969.  
  6970.    NOVELL COMMANDS   NOVELL COMMANDS   NOVELL COMMANDS
  6971.  
  6972.     NovCloseSemaphore       NovCloseSemaphore (Name)
  6973.     NovConnection           NovConnection : Number
  6974.     NovConsoleOperator      NovConsoleOperator : Boolean
  6975.     NovDefaultServer        NovDefaultServer : String
  6976.     NovGroupMembers         NovGroupsMembers (Group,Array)
  6977.     NovInGroup              NovInGroup (Group) : Boolean
  6978.     NovLogin                NovLogin (Name,Password)
  6979.     NovLoginName            NovLoginName (Connection) : String
  6980.     NovLogout               NovLogout
  6981.     NovMapDrive             NovMapDrive (Drive,Directory)
  6982.     NovMyLoginName          NovMyLoginName : String
  6983.     NovMyPassword           NovMyPassword (Password) : Boolean
  6984.     NovOpenSemaphore        NovOpenSemaphore (Name,Value)
  6985.     NovPreferredServer      NovPreferredServer : String
  6986.     NovPrimaryServer        NovPrimaryServer : String
  6987.     NovReadGroups           NovReadGroups (Name,Array)
  6988.     NovReadSecurityEquals   NovReadSecurityEquals (Name,Array)
  6989.     NovResult               NovResult : Number
  6990.     NovSemaphoreTimeOut     NovSemaphoreTimeOut
  6991.     NovSemaphoreUsers       NovSemaphoreUsers (Name) : Number
  6992.     NovSemaphoreValue       NovSemaphoreValue (Name) : Number
  6993.     NovServers              NovServers (Array)
  6994.     NovSetPreferredServer   NovSetPreferredServer (Server)
  6995.     NovSignalSemaphore      NovSignalSemaphore (Name)
  6996.     NovStationAddress       NovStationAddress : String
  6997.     NovUserInGroup          NovUserInGroup (Name,Group) : Boolean
  6998.     NovWaitOnSemaphore      NovWaitOnSemaphore (Name) : Boolean
  6999.  
  7000.    VARIABLE COMMANDS   VARIABLE COMMANDS   VARIABLE COMMANDS
  7001.  
  7002.     Qualifier               Qualifier
  7003.     Shared                  Shared
  7004.     Var                     Var
  7005.  
  7006.    STRING AND CHARACTER CONSTANTS   STRING AND CHARACTER CONSTANTS   STRING AND CHARACTER CONSTANTS
  7007.  
  7008.       BKSP = #8
  7009.       CR   = #13
  7010.       CRLF = #13#10
  7011.       ESC  = #27
  7012.       FF   = #12
  7013.       LF   = #10
  7014.  
  7015.  
  7016.  
  7017.    Computer Tyme MarxMenu Users Manual                     Page 122
  7018.    _______________________________________________________________
  7019.  
  7020.  
  7021.       F1   = #0#59
  7022.       F2   = #0#60
  7023.       F3   = #0#61
  7024.       F4   = #0#62
  7025.       F5   = #0#63
  7026.       F6   = #0#64
  7027.       F7   = #0#65
  7028.       F8   = #0#66
  7029.       F9   = #0#67
  7030.       F10  = #0#68
  7031.       F11  = #0#133
  7032.       F12  = #0#134
  7033.  
  7034.       SF1  = #0#84
  7035.       SF2  = #0#85
  7036.       SF3  = #0#86
  7037.       SF4  = #0#87
  7038.       SF5  = #0#88
  7039.       SF6  = #0#89
  7040.       SF7  = #0#90
  7041.       SF8  = #0#91
  7042.       SF9  = #0#92
  7043.       SF10 = #0#93
  7044.       SF11 = #0#135
  7045.       SF12 = #0#136
  7046.  
  7047.       CF1  = #0#94
  7048.       CF2  = #0#95
  7049.       CF3  = #0#96
  7050.       CF4  = #0#97
  7051.       CF5  = #0#98
  7052.       CF6  = #0#99
  7053.       CF7  = #0#100
  7054.       CF8  = #0#101
  7055.       CF9  = #0#102
  7056.       CF10 = #0#103
  7057.       CF11 = #0#137
  7058.       CF12 = #0#138
  7059.  
  7060.       AF1  = #0#104
  7061.       AF2  = #0#105
  7062.       AF3  = #0#106
  7063.       AF4  = #0#107
  7064.       AF5  = #0#108
  7065.       AF6  = #0#109
  7066.       AF7  = #0#110
  7067.       AF8  = #0#111
  7068.       AF9  = #0#112
  7069.       AF10 = #0#113
  7070.       AF11 = #0#139
  7071.       AF12 = #0#140
  7072.  
  7073.  
  7074.  
  7075.    Computer Tyme MarxMenu Users Manual                     Page 123
  7076.    _______________________________________________________________
  7077.  
  7078.  
  7079.       ALT1 = #0#120
  7080.       ALT2 = #0#121
  7081.       ALT3 = #0#122
  7082.       ALT4 = #0#123
  7083.       ALT5 = #0#124
  7084.       ALT6 = #0#125
  7085.       ALT7 = #0#126
  7086.       ALT8 = #0#127
  7087.       ALT9 = #0#128
  7088.       ALT0 = #0#129
  7089.  
  7090.    CONDITIONAL STATEMENTS   CONDITIONAL STATEMENTS   CONDITIONAL STATEMENTS
  7091.  
  7092.    MarxMenu has a full complement of conditional statements. They are as
  7093.    follows:
  7094.  
  7095.     IF->ELSE->ENDIF        Where, IF [condition]
  7096.                                      statement
  7097.                                      statement
  7098.                                   ELSE
  7099.                                      statement
  7100.                                      statement
  7101.                                   ENDIF
  7102.  
  7103.     IF->THEN               Where, IF [condition] THEN statement
  7104.  
  7105.     REPEAT->UNTIL          Where, REPEAT
  7106.                                      statement
  7107.                                      statement
  7108.                                   UNTIL [condition]
  7109.  
  7110.     WHILE->ENDWHILE        Where, WHILE [conditon]
  7111.                                      statement
  7112.                                      statement
  7113.                                   ENDWHILE
  7114.  
  7115.  
  7116.     PROCEDURE->ENDPROC     PROCEDURE (name)
  7117.                                      statement
  7118.                                      statement
  7119.                            ENDPROC
  7120.  
  7121.  
  7122.     LOOP->ENDLOOP          LOOP (number)
  7123.                                      statement
  7124.                                      statement
  7125.                            ENDLOOP
  7126.  
  7127.  
  7128.    Other Computer Tyme Software:
  7129.    ======================================================
  7130.  
  7131.    The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
  7132.    more powerful for the professional.
  7133.  
  7134.    DIRECTORY MASTER is a powerful hard disk managment utility. It
  7135.    brings up your hard disk files and allows you to mark selected
  7136.    files so you can copy them, delete them, or move them. It also
  7137.    allows you to rename files, change dates, and change attributes.
  7138.    You can also run programs or set up your function keys to run
  7139.    programs on selected files.
  7140.  
  7141.    DOLIST makes being at DOS easier. It gives you full line editing,
  7142.    like a word processor, for your commands. It also stores commands
  7143.    so that you can re-execute them. It remembers subdirectories and
  7144.    allows you to go back to them by pressing the TAB key. It offers
  7145.    programmable function keys, DOS extensions, multiple execution,
  7146.    and many more features you have got to have.
  7147.  
  7148.    PICK DIRECTORY allows you to move through the directory system by
  7149.    displaying a graphic tree and letting you use your arrow keys to
  7150.    move around. It also lets you create, delete, rename, and hide
  7151.    directories.
  7152.  
  7153.    TEDIT (from SemWare) is a powerful, easy to use full screen
  7154.    editor.
  7155.  
  7156.    MARXTSR is a set of memory and TSR management utilities that let
  7157.    you load and unload TSRs (Terminate and stay resident programs)
  7158.    from memory. Utilities to list menory allocation and turn TSR's
  7159.    on and off.
  7160.  
  7161.    And many more ... Also includes is D, a fancy directory listing
  7162.    program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
  7163.    FIND, FREE, PIPEDIR, VERSION, and many more.
  7164.  
  7165.    The Dos Toolbox sells for $59.95.
  7166.  
  7167.    ======================================================
  7168.  
  7169.    We are also selling QEdit from Semware. QEdit is a professional
  7170.    editor from Semware. TEdit is a mini version of QEdit. If you
  7171.    like TEdit, You'll love QEdit.
  7172.  
  7173.    1-800-548-5353 Order Line
  7174.    1-417-866-1222 Voice Line
  7175.    1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
  7176.  
  7177.    MarxMenu comes with MarxEdit and MARXTSR manager and a few goodies out of
  7178.    the DOS ToolBox. The Network Survival Kit is a network version of almost
  7179.    every utility I've ever written. It's sold on a per fileserver basis.
  7180.  
  7181.                  _______
  7182.             ____|__     |               (tm)
  7183.          --|       |    |-------------------
  7184.            |   ____|__  |  Association of
  7185.            |  |       |_|  Shareware
  7186.            |__|   o   |    Professionals
  7187.          -----|   |   |---------------------
  7188.               |___|___|    APPROVED VENDOR
  7189.  
  7190.       ==========================================
  7191.  
  7192.  
  7193.      Make Check            Computer Tyme            Order Form LO
  7194.      Payable To:    411 North Sherman Suite 300
  7195.                        Springfield Mo. 65802
  7196.                   (417) 866-1222  (800) 548-5353
  7197.  
  7198.      Please send me Computer Tyme Software.
  7199.  
  7200.      =============================================================
  7201.  
  7202.      Name:        ________________________________________________
  7203.  
  7204.      Address:     ________________________________________________
  7205.  
  7206.      City/St/Zip: ________________________________________________
  7207.  
  7208.      Phone:       ________________________________________________
  7209.  
  7210.      Computer:    ________________________________________________
  7211.  
  7212.      Got From:    ________________________________________________
  7213.  
  7214.      Comments:    ________________________________________________
  7215.  
  7216.                   ________________________________________________
  7217.  
  7218.  
  7219.      Single User Version:
  7220.  
  7221.      ___ Enclosed is $59.95 for MarxMenu.
  7222.  
  7223.      ___ Enclosed is $59.95 for the DOS ToolBox.
  7224.  
  7225.      ___ Enclosed is $99.95 for MarxMenu, the Dos ToolBox and DM3.
  7226.  
  7227.      Network Version (1 per file server):
  7228.  
  7229.      ___ Enclosed is $495 for Network Survival Kit.
  7230.  
  7231.      ___ Add $3.00 for Shipping and Handling.
  7232.  
  7233.      ___ I need 3 1/2 Inch Media.
  7234.  
  7235.      =============================================================
  7236.